#Sqlite setup for local app
1 messages · Page 1 of 1 (latest)
So asked around and got suggested sqlite.
I'm completly lost and can't exactly explain why this is confusing me but basically I just want a "package" / "module" to manage all my data in the same way as mongodb but locally
Any help?
obviously the queries will be in SQL & not MongoDB syntax
No I know that.
But with setting up and all
Using this. https://www.npmjs.com/package/better-sqlite3
Will it work even if my app crashes?
Will it setup upon every restart
Does it save it's own .db file in my dir/