DBAPI
John Goerzen
jgoerzen at complete.org
Mon Apr 22 09:34:54 EDT 2002
More information about the Python-list mailing list
Mon Apr 22 09:34:54 EDT 2002
- Previous message (by thread): strip/trim a string
- Next message (by thread): DBAPI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): strip/trim a string
- Next message (by thread): DBAPI
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list