Differences between revisions 18 and 19
Revision 18 as of 2012-01-06 16:35:16
Size: 1642
Editor: mariuz
Comment: added PyFirebirdsql documentation from github
Revision 19 as of 2012-01-06 16:37:40
Size: 1648
Editor: mariuz
Comment:
Deletions are marked like this. Additions are marked like this.
Line 37: Line 37:
URL:: https://github.com/nakagami/pyfirebirdsql
Documentation:: http://nakagami.github.com/pyfirebirdsql/
Python versions:: 2.7 - 3.1
  URL:: https://github.com/nakagami/pyfirebirdsql
  Documentation:: http://nakagami.github.com/pyfirebirdsql/
  Python versions:: 2.7 - 3.1

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/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.

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

Documentation

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

Python versions
2.7 - 3.1

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.