Poll: Python Devs, what db do you primarily use?

2 points by code ↗ HN
Please select one below, the one you recommend most. Sorry if I left out other options as I'm trying to figure out which one would be applicable to me, to see that others here adopt.

4 comments

[ 3.1 ms ] story [ 16.6 ms ] thread
is there any particular reason why youre asking only python developers? are you interesting in particular python bindings?
I'm starting a business in Regensburg, what kind of car should I get? VW Transporter or Citroën C6?

Sorry to mock you, but usually the best DB depends on what you're going to do with it. More reads or more writes, whether replication, etc. pp.

Both MySQL and PostgreSQL are great, and both are the go-to choice for Python web projects. The main difference between them is that PostgreSQL's replication capabilities that you get out of the box are slightly inferior than what you can get from MySQL.

Of course, if you are not deployed yet, it is ridiculous not to use SQLite - setup time is basically 0.