data-seal icon indicating copy to clipboard operation
data-seal copied to clipboard

Production hardening: don't use sqlite

Open mtigas opened this issue 10 years ago • 0 comments

by default, the website uses a development-ready sqlite database

on a "real" server, we'd want PostgreSQL or MySQL, since otherwise the site can be DoS'd (since sqlite3 isn't made for real concurrency)

mtigas avatar May 16 '14 18:05 mtigas