DBAPI

John Goerzen jgoerzen at complete.org
Mon Apr 22 09:34:54 EDT 2002


Hi,

I have some DB-API questions.

I have used things like JDBC for Java and DBI for Perl.  To me, DBAPI
for Python looks rather week.  For instance, if the code is to be
truly portable across databases, I'd have to check the paramstyle for
the driver and write each query 5 times!

Is there any "meta-DBAPI" module that I can use that would present me
with a standardized interface, and then (for instance) convert my
queries to whatever format the backend wants?

-- John



More information about the Python-list mailing list