LWN.net Logo

PyODB 0.8 released

From:  Neil Moses <ndmoses-AT-ntlworld.com>
To:  comp-lang-python-announce-AT-moderators.isc.org
Subject:  PyODB v0.8 Released
Date:  Fri, 03 Jul 2009 22:04:28 +0100
Message-ID:  <h2lrp6$qgj$1@aioe.org>
Archive-link:  Article, Thread

I would like to announce release 0.8 of PyODB. This adds a feature request
to allow connections directly to the ODBC database driver using connection
strings.

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.x
and SWIG (http://www.swig.org). The module has been tested on Linux and
Solaris platforms using databases MySQL, Informix and PostgreSQL but
in theory should work on any platform supporting unixODBC and an ODBC
database driver.

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

Regards,
Neil Moses
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/



(Log in to post comments)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds