Newbie - does Python have DB Independent interface?

Hardy Merrill hmerrill at redhat.com
Wed May 15 09:39:28 EDT 2002


I come from the Perl world, and am starting to learn Python.
Perl has the DBI module which is a Database Independent interface -
you write programs to the DBI api, and then if you choose to
change your database, your code needs to change very little, or
maybe not at all.

Does Python have anything similar, or must you choose your database
right up front, and write all your code specific to that one
database?

Thanks.

-- 
Hardy Merrill
Senior Software Engineer
Red Hat, Inc.





More information about the Python-list mailing list