Revision 21 as of 2012-03-28 10:24:55

Clear message

Firebird

URL

http://firebirdsql.org

licence
Interbase Public License, Initial Developer Public License
platforms
Unix, Win 32/x64, Mac OS

Pros


DB API 2.0 Drivers

KInterbasdb

URL

http://www.firebirdsql.org/en/python-driver/

Documentation

http://www.firebirdsql.org/file/documentation/drivers_documentation/python/3.3.0/index.html

licence
BSD-like
platforms
Unix, win32
Python versions
2.6 - 2.7

Extensions to DB API

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, including two-phase commit, server-side events, and an administrative API.

Python 2.x-3.x Driver (kinterbasdb replacement)

New python 3.x driver (fbclient library is required) is located in svn repository (All official future driver development will be done in this repository) Functions and apis are backward compatible with kinterbase only renamed to fdb (replace all kinterbasdb functions with fdb ones)

URL

http://firebird.svn.sourceforge.net/viewvc/firebird/python/fdb/

pypi

http://pypi.python.org/pypi/fdb/

Documentation

http://www.firebirdsql.org/file/documentation/drivers_documentation/python/3.3.0/index.html

Python versions
2.7 - 3.3

It was tested with cpython

Pure Python 3.x Driver

New pure python 3.x driver (no C compiler needed or fbclient library) is located in new github repository (All the future driver development will be done in this repository)

URL

https://github.com/nakagami/pyfirebirdsql

pypi

http://pypi.python.org/pypi/firebirdsql/

Documentation

http://nakagami.github.com/pyfirebirdsql/

Python versions
2.7 - 3.3

It was tested with cpython , jython, ironpython and pypy

Unable to edit the page? See the FrontPage for instructions.