Answer the question
In order to leave comments, you need to log in
What is the best DB for Python?
Good day.
Can you please tell me which database is best for Python language?
Describe why, and what is its advantage.
Answer the question
In order to leave comments, you need to log in
Hello, if development is on a local machine, sqlite3 will suffice. In order not to bother with raising normal databases on your machine. It is convenient to back up, transfer and does not need to be configured.
If you are transferring everything to prod., then it is better to use postgresql. At least because it is open source. And it works faster than the same mysql. Although in recent versions the difference is quite insignificant. But it's harder to drop it.
https://m.habr.com/ru/post/348220
Here is an article in which all + and - are painted.
Of course, there are projects where it is better to use nosql, for example mongodb.
But I think you will understand everything after reading the article.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question