Pure Python interface to MySQL?

James Mills prologic at shortcircuit.net.au
Tue Oct 7 00:30:08 EDT 2008


On Tue, Oct 7, 2008 at 2:12 PM, Tino Wildenhain <tino at wildenhain.de> wrote:
> Will you be asking for a pure python implementation of mysql
> in the next question? ;) Why not use the proxy approach (for
> example via xmlrpc) as suggested by James or just spill to
> a file? :-)

You could for example use an alternative database:
 * buzhug
 * ZODB
 * Durus
 * Or any of: pickle, shelve, XML, or flat file.

All mentioned above are pure-python.
I am maintaining a more up-to-date version of
buzhug in my development brnaches if you're
interested.

cheers
James

-- 
--
-- "Problems are solved by method"



More information about the Python-list mailing list