#Looking for practical help /guidance on how to setup a self hosted bun-sqlite production app

1 messages · Page 1 of 1 (latest)

spice patrol
#

So basically I understand Sqlite and I can work with an in memory Sqlite database but I don't understand how it works for production and would appreciate it if anyone could offer advice or point me to a tutorial as so far I can't find anything explaining how this works and LLM's can't seem to explain it well.

I fundamentally don't understand like where to store / create the DB, how I update it if I have to, do I have to?

Sorry if this all sounds pretty dumb I'm just not sure of what I don't know and having a hard time figuring it all out

queen pelican
spice patrol
#

How would that look like though? Is it something like this:

project/database.sqlite
project/application
project/backup.db

I'm not sure how the embed one works either and don't really understand how updates would work with that

queen pelican