SQLite is a great choice as an in-memory database or when Postgres is clearly an overkill, e.g. storing some configs. I'm using it myself However, given that so many hosted Postgres solutions exist and that Postgres has…
SQLite is a great choice as an in-memory database or when Postgres is clearly an overkill, e.g. storing some configs. I'm using it myself However, given that so many hosted Postgres solutions exist and that Postgres has…