How to store python dictionary in MySQL?Help

Asked By 40 points N/A Posted on -
qa-featured

Hi guys, I have a python dictionary which I want to store in to MySQL actually its my project which I took from my friend and I need to do this within a week and I want to skip the long work and want to know is there any program or software which can do this or any online website where I can find easy solution to this.Please help me

SHARE
Answered By 5 points N/A #181098

How to store python dictionary in MySQL?Help

qa-featured

Happy to support you!

Actually, there are only few options to automate the process of storing Python dictionary data in MY SQL. According to the researches I have done so far, I can recommend you to use the software "mxODBC". This provides an easy to use, high-performance, reliable and robust conversion of the data in Python interface into ODBC compatible databases.

Follow this link to download the software.

Related Questions