lundi 29 février 2016

Provide MySQL-to-Sqlite type compatibility with python

I need to read data from MySQL, process it with python script and write the result into Sqlite. Also, I need to convert MySql create definitions to Sqlite create definitions. Are there any existing libraries for python to convert MySql data type (including set, enum, timestamp, etc.) to Sqlite data type, or I should write it myself?

Aucun commentaire:

Enregistrer un commentaire