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.
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.
4 comments
[ 3.1 ms ] story [ 16.6 ms ] threadSorry 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.
Of course, if you are not deployed yet, it is ridiculous not to use SQLite - setup time is basically 0.