Any pure-python relational databases?

Ian Bicking ianb at colorstudy.com
Sat Jul 12 16:02:00 EDT 2003


On Sat, 2003-07-12 at 14:43, Wayne Pierce wrote:
> 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

Eh?  The generic interface isn't code, it's just an abstract interface,
implemented by various actual drivers (MySQLdb, psycopy, etc).  If you
try to *use* DBAPI directly, you're just going to confuse yourself
horribly as you come to realize that it can't be done.

  Ian







More information about the Python-list mailing list