Pure Python interface to MySQL?

Roy Smith roy at panix.com
Mon Oct 6 19:15:57 EDT 2008


Does there exist a pure Python version of a MySQL module?  I've got a data 
logging application that needs to run on a whole bunch of OSs, ranging from 
Windows to a dozen different unix flavors on all sorts of hardware.

Portability is much more important than performance for this application.  
We're only inserting a few hundred records a day from each system, but the 
ability to quickly deploy to anywhere I've already got Python running is 
key.



More information about the Python-list mailing list