I
I
Ilkhomjon Matazimov2020-05-21 10:42:43
Python
Ilkhomjon Matazimov, 2020-05-21 10:42:43

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

2 answer(s)
B
bubaley, 2020-05-21
@mr_qpdb

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.

Z
Zatox, 2020-05-21
@Zatox

sqlite

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question