KInterbasDB is a Python extension package that implements Python Database API 2.0-compliant support for Firebird and some versions of Borland® Interbase®
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.
The package is free--covered by a permissive BSD-style license that both commercial and noncommercial users should find agreeable.
Site: http://kinterbasdb.sourceforge.net/
Download: https://sourceforge.net/projects/kinterbasdb/
Development of this library ended a long time ago. Newer libraries are:
- firebird-driver
- FDB (considered end-of-life and replaced by firebird-driver)
- firebirdsql (also known as pyfirebirdsql)