sql binding

David M. Cook davecook at nowhere.net
Tue Mar 11 03:07:49 EST 2003


In article <v6qvhe84n0gld4 at corp.supernews.com>, Hilbert wrote:

> How come python doesn't come with an sql
> library module?

There is a standard Python API for databases:

http://www.python.org/peps/pep-0249.html

but each database requires it's own adaptor module.

> Is there a library module available for python2.2?

There are dozens.  See

http://py.vaults.ca/parnassus/apyllo.py/973100124

> Is there a supported secure way of storing
> databases that's not sql?

Berkeley DB perhaps:

http://sourceforge.net/projects/pybsddb/

Dave Cook




More information about the Python-list mailing list