Conversation

Postgresql-pilling everybody I can for many uses, it's a %99+ chance your data set will never get big enough to justify choosing some other DB because it might "scale better" aws Aurora's postgres version is even better than the og implementation too
6
61
Replying to
I considered it... and then chose SQLite. Obviously there are tradeoffs... but it's so nice to have the N+1 problem basically go away.
1
5
Replying to
SQLite is also really good and just makes more sense for applications that need to bundle the database
1
3
Replying to and
PostgreSQL provides a huge amount of additional functionality but SQLite helps you out by making it much easier to do development / testing and not having a database server to manage. It'll be great when they land support for concurrent writes and I can stop using anything else.
1