Subject KInterbasDB 3.2 released
Author David Rushby
What is KInterbasDB?
--------------------
KInterbasDB is a Python extension package that implements Python
Database API 2.0-compliant support for the open source relational
database Firebird and some versions of its proprietary cousin Borland
Interbase. In addition to the minimal feature set of the standard
Python DB API, KInterbasDB also exposes nearly the entire native
client API of the database engine.

KInterbasDB is free--covered by a permissive BSD-style license that
both commercial and noncommercial users should find agreeable.


What's new in release 3.2?
----------------------------
The primary goals of version 3.2 are:
- the removal of internal limits
- the exposure of more sophisticated features to the client programmer
- optimization

The code has been overhauled to enhance robustness and performance.
The documentation in general
(http://kinterbasdb.sourceforge.net/dist_docs ), and the Usage Guide
in particular (http://kinterbasdb.sourceforge.net/dist_docs/usage.html
), have been updated to cover KInterbasDB 3.2.

See the release announcement at:
http://kinterbasdb.sourceforge.net/#release_32