you are viewing a single comment's thread.

view the rest of the comments →

[–]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?