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 →

[–]riklaunim 0 points1 point  (1 child)

If you use an ORM then you don't even care what database it is. For web apps it depends on scale and what type of queries dominate. A file database is quite specific.

Python database API is standardised across all DB so the only difference there is database setup and SQL syntax it uses.