+ 1
See the description.
I have created a managment system in python and I want to save the data in sql database . Could you pls guide
3 odpowiedzi
+ 3
It depends a bit on the amount of data you want to handle. If you just run the program as stand-alone, sqlite is a good idea, because database is lightweight and can run on the same system. Also integration of sqlite and python is no problem.
+ 1
Hey thanks bro with pro.
0
you should install mysql-connector