+ 2
Best database system for python?
2 ответов
+ 3
I tried already SQLite and MySQL with Python, both work alright. In Sololearn only the sqlite3 module can be imported, so take a look at those two codes:
https://code.sololearn.com/csyhsIovmZJ3/?ref=app
https://code.sololearn.com/c9mosXavqJ9W/?ref=app
+ 2
python support many database, you can use MySQL, sqllite, pgsql etc. It depends upon your need. Every database has its own unique feature.