Python Database Interfaces - Any Standard?

A.M. Kuchling amk at mira.erols.com
Sun Dec 24 10:54:24 EST 2000


On Sun, 24 Dec 2000 15:48:01 GMT, Brian Knox <brianknox at home.com> wrote:
>One huge question I have about Python is: is there any sort of standard for
>database access with Python? I've been coding Perl DBI apps as long as I've

See the DB-API at http://www.python.org/topics/database/DatabaseAPI-2.0.html.
There's no standard module, though mxODBC is probably close, since it 
supports the largest number of databases.

--amk




More information about the Python-list mailing list