+ 1
MySQL or PostgreSQL
I am a django beginner. Which database is best. Which should I install?
2 Answers
+ 2
My pick would be Postgresql. It has been designed with many features in mind. I believe Django also has some slight but relevant features when you use postgresql. Many websites are using postgresql nowadays and is also liked by many django programmers. In fact, I use it on our own website. Hope it helps
0
Thank you