6 ms·
The default database is SQLite, which is a file and doesn't need to be setup or dealt with :)
by erisds 13y ago
The default database is SQLite, which is a file and doesn't need to be setup or dealt with :)
- crucialfelix 13y agoAnd 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.