6 ms·
I am also a fan of SQLite. One of the best parts during development is how easy it is to spin up and spin down databases for full integration tests without cont
by koeng 7mo ago
I am also a fan of SQLite. One of the best parts during development is how easy it is to spin up and spin down databases for full integration tests without containers or anything. It also simplifies backups, and is probably good enough.
- herpdyderp 7mo agoThese days I would recommend PGlite for testing purposes when you use Postgres in production. That way you don't need any specific SGQLite vs Postgres behavior switches.