6 ms·
My go to is SQLite, unless I need GIS features. If traffic or database size becomes unwieldy, it’s easy to transition to PostgreSQL.
by tofukid 5y ago
My go to is SQLite, unless I need GIS features. If traffic or database size becomes unwieldy, it’s easy to transition to PostgreSQL.
- munduz 5y agoWe do same with projects in django but deploy with PostgreSQL.