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