✅ Online Database: How To Use?
I normally (and always have) use SQLite(C#) and SQLite3(Python) and I have a function in my
app.axaml.cs or main.py file that checks if the database exists in the server folder and if not then create it and it's there in the server folder for the application to use when it needs. I've been listening to a couple of different programming podcast, and I'm feeling the urge to start the migration to online databases like MongoDB etc. My only problem is: - I don't know anything about them, including but not limited to how to use them
- What is the best one, or at least top 3 I should look at (free please)
how to use them part; When using an online database, do you just have one database, and then all of your applications/websites/mobile apps server side all query the same database and just uses trigger words to dictate to the database on what to do with the information? I mean I could create an engine that does that based off trigger words, but I'd rather not lol I'm hoping that you create a new database for each application, but yea. I'm thinking about migrating and I thought best to ask here first. Thanks.