See the description. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

2nd May 2020, 12:48 PM
MR. PROGRAMMER
MR. PROGRAMMER - avatar
3 Answers
+ 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.
2nd May 2020, 2:37 PM
Lothar
Lothar - avatar
+ 1
Hey thanks bro with pro.
3rd May 2020, 3:33 AM
MR. PROGRAMMER
MR. PROGRAMMER - avatar
0
you should install mysql-connector
2nd May 2020, 1:02 PM
T1mun
T1mun - avatar