Postgres support

Skip Montanaro skip at pobox.com
Fri Jul 6 15:46:01 EDT 2001


    Edward> Python needs a ready to use cross database module which handles
    Edward> Oracle, DB2, SQL-Server, Sybase, and Informix.  If it handles
    Edward> Postgres and MsSQL that would be a bonus, however, most $$ gigs
    Edward> don't use the last two db's much so most of the focus should be
    Edward> on the "big five" or at least on the big three (Oracle, DB2, and
    Edward> SQL_Server).

I'm not sure there are many Python programmers with the discretionary funds
necessary to buy any of the commercial databases you want supported.  That
puts you back into the category of "finding someone willing to do it for you
for a fee".  Presumably, if they can afford Oracle (for example), they could
also afford to pay a programmer to write a Python interface for it.

Then again, you could exercise Google a little bit.  Searching for "Python
Oracle" yielded this promising link:

    http://www.oraclepower.com/isapi/orapower.dll?AID=SC&CAT_ID=1166

Searching for "Python DB2" yielded:

    http://mail.python.org/pipermail/db-sig/2000-October/001422.html

"Python Sybase" netted this:

    http://www.stecf.org/~npirzkal/python/sybase/

Finally, "Python Informix" returned:

    http://starship.python.net/crew/sturner/informixdb.html

Next question?

-- 
Skip Montanaro (skip at pobox.com)
(847)971-7098




More information about the Python-list mailing list