You must log in or register to comment.
What would we do without postgres? How does anyone justify another SQL DB these days?
Sqlite is simple.
But I get what you mean, for large projects salute is not an option. Its embeddability is unbeatable though.
open_database(":memory:")
is so unbelievably convenient.