ceODBC is a Python extension module that enables access to databases using the ODBC API and conforms to the Python database API 2.0 specifications with a few exceptions.
| Tags | Database API |
|---|---|
| Licenses | Python |
| Operating Systems | OS Independent |
| Implementation | Python C |
Recent releases


Release Notes: This release fixes a couple of bugs, adds support for Python 3.2, and improves performance when logging is not needed.


Release Notes: This release adds support for Python 3.x and 64-bit Python installations. A test suite has also been added, and this uncovered a number of bugs with various ODBC drivers.


Release Notes: This release adds support for time data, and adds support for those drivers that do not support transactions. In addition, Python 2.4 is now supported. The setup script and associated configuration files were streamlined to make it easier to build and distribute packages.


Release Notes: This release adds support for searching the catalog of a data source for tables, procedures, columns, privileges, foreign keys and primary keys. It also adds support for getting and setting the autocommit flag for a connection and the name for a cursor.