Remix.run Logo
pseudosavant 9 hours ago

SQLite has become my new go-to when starting any project that needs a DB. The performance is very fast, and if anything is ever successful enough to outgrow SQLite, it wouldn't be that hard to switch it out for Postgres. Not having to maintain/backup/manage a separate database server is cheaper and easier.

koliber 8 hours ago | parent [-]

Backups are super-simple as well.

I'm also a convert.