Ask HN: What database do you often use in Django production?

2 points by stefanos82 ↗ HN
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?

1 comment

[ 5.9 ms ] story [ 18.2 ms ] thread
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..