Any pure-python relational databases?
Wayne Pierce
wayne at mishre.com
Sat Jul 12 15:43:25 EDT 2003
David McNab <postmaster at 127.0.0.1> wrote in message news:<pan.2003.07.12.14.11.19.428895 at 127.0.0.1>...
[sniped]
> 1) Any pure-python interface to MySQL? or
If you cannot get the MySQL specific interface working, have you tried
a generic database interface?
http://www.python.org/topics/database/DatabaseAPI-2.0.html
> 2) Any kind of relational DBMS written in pure python that'll run on
> 1.5.2?
While not relational, have you looked at Metakit?
http://www.equi4.com/metakit/python.html
Wayne
More information about the Python-list
mailing list