Name: Anonymous 2008-01-15 6:27
Why does Python not have a standardised database API, like Perl's DBI? I want my database code to be as generic as possible in case I change the RDBMS later. Any tips?
import [i]<name of database module>[/i] as db and reference db instead of the module name.