Differences between revisions 15 and 16
Revision 15 as of 2011-04-05 14:40:20
Size: 1458
Editor: gw
Comment: pure python driver is real , soon we will see unicorns
Revision 16 as of 2011-05-15 13:32:52
Size: 1519
Editor: 79-116-76-38
Comment: added comment related to pure driver
Deletions are marked like this. Additions are marked like this.
Line 38: Line 38:

It was tested with cpython , jython, ironpython and pypy

Firebird

URL

http://firebirdsql.org

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

Pros

  • Powerful and stable cross-platform database
  • Extensive SQL standards support
  • Python driver binary distribution available for : Windows ,Fedora , Debian, Ubuntu (in official repository) , but you can to compile for other platforms : here is the Howto install it on ubuntu from source.


DB API 2.0 Drivers

KInterbasdb

URL

http://www.firebirdsql.org/index.php?op=devel&sub=python

Documentation

http://www.firebirdsql.org/devel/python/docs/3.3.0/

licence
BSD-like
platforms
Unix, win32
Python versions
2.4 - 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.

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)

https://github.com/nakagami/pyfirebirdsql

It was tested with cpython , jython, ironpython and pypy

Firebird (last edited 2020-12-13 14:33:35 by mariuz)

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