Hacker News new | ask | show | jobs
by levisegal 1281 days ago
I completely agree with the suggestion to use SQLite for simple projects, or even larger projects that need to be more portable.

Recently I've had some really great success using SQLite on an embedded project with decent enough support for concurrency using busy_timeout [https://www.sqlite.org/c3ref/busy_timeout.html] and WAL [https://www.sqlite.org/wal.html].