Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.
Hope you enjoy the instance!
Follow the wormhole through a path of communities !webdev@programming.dev
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.Sqlite is nice and fast. I think the only disadvantage is you can’t connect to it from multiple processes or machines, so scalability goes out the window.
You can, but only one can write at a time, which may or may not be a problem :)