HACKER Q&A
📣 stefanos82

What database do you often use in Django production?


From various video conferences I have watched online, I know most companies they prefer PostgreSQL.

Those of you who use Django at work or on personal projects, what is the database you often use and why?


  👤 jventura Accepted Answer ✓
At a previous job, we did use postgres. On my personal projects I use sqlite3, no need to configure a RDBMS, and backups are just a file copy away..