Python and Sybase

Skip Montanaro skip at pobox.com
Thu Sep 23 16:45:24 EDT 2004


    David> What module is most recommended for accessing Sybase from Python?
    David> This one: http://www.object-craft.com.au/projects/sybase/sybase/
    David> ?

If I'm not mistaken, I think that's the only one, barring some sort of ODBC
stuff.

    David> Also, is there any module that provides a generic DB API and can
    David> be hooked to both Sybase and postgresql?  This
    David> (http://www.python.org/peps/pep-0249.html) looks pretty old.

There hasn't been that much change to how relational databases are accessed
in the time since that PEP was finalized.  Do you think something's missing
or was done wrong?  If so, I think the db-sig at python.org list is still alive
and well.

Skip



More information about the Python-list mailing list