Hacker News new | ask | show | jobs
by erisds 4624 days ago
The default database is SQLite, which is a file and doesn't need to be setup or dealt with :)
1 comments

And needs to lock when saving, so you can't have multiple users saving at once. It only works for single authors.

Fine for a default though. As long as you can switch it later.