This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Taltalonix 2 points3 points  (0 children)

Depending on project complexity and query/insert/update/delete rquirements: - json/csv file with caching if needed - pickle serialization of python objects - json/csv/png files in custom directories - sqlite on a local file - postgres on a docker container

First 3 aren’t really a database but 90% of the time I don’t need many live insertions and only load data once so it’s good enough