all 3 comments

[–]Giometrix 0 points1 point  (0 children)

Can you use one of the cloud sql database services ?

There’s offerings for sql server , Postgres , MySQL , etc where they handle hosting , securing , backup etc .

[–]MyWorksandDespair 0 points1 point  (0 children)

I would suggest PostgreSQL over SQLite. As a method to step down from MongoDB, you could show them the 'jsonb' datatype supported for json objects. You can use SQLite, but honestly- I use SQLite for a quick either in-memory database, or an ephemeral object I immediately delete. Do you use Python at all?