Thanks for this. I did some searching around and it seems like SQLite is serverless, it doesn't have a server/process running all the time. Its a file that the coded program/website reads/make changes to.
Could someone confirm that this is true? If yes, that's amazing.
If this article is right, then I'm gonna give SQLite a try with my C# apps. Would definitely save me some time.