+ 2
I am studying on Python anyone advise me. which database I use with Python? if I want to be a backend developer.
1 Respuesta
+ 1
Any database will do, but I guess the most popular is MySql. You can also use SQLite, which work in a single file instead of a server.