On Thursday 30 March 2006 17:57, Andrew Errington wrote:
> Hmm.  I don't think so Chris.  I think he wanted to know which of the
> plethora of modules would be good to use.

Python has the Python DB-API 2.0[1] so if you pick modules which are compliant 
to this then it should be fairly easy to use your code with multiple 
different databases.

pysqlite, psycopg, and MySQLdb are some compliant modules.

hads

[1]http://www.python.org/dev/peps/pep-0249/

-- 
Whom the gods wish to destroy they first call promising.

Reply via email to