PyODB version 0.3 released

Neil Moses ndmoses at ntlworld.com
Wed Oct 27 00:29:56 CEST 2004


I would like to announce version 0.3 of PyODB a Python unixODBC API binding.

This release contains improvements to the connection handling and now 
supports
transaction handling for commit and rollback.

PyODB is a Python module and provides a simplified set of bindings to 
unixODBC
(http://www.unixodbc.org) allowing fast and easy development of open 
database
applications.

The module supports multiple data source connections with the following 
connection
methods;  execute(), fetch(), disconnect(), begin(), commit() and 
rollback().

The software has been developed on a Linux environment using Python 2.3
and SWIG (http://www.swig.org). The module has been tested on Linux and
Solaris platforms using databases PostgreSQL and Informix, but should work
on any platform supporting unixODBC and an ODBC database driver.

To download the release visit https://sourceforge.net/projects/pyodb

Regards,
Neil Moses


More information about the Python-announce-list mailing list