Differences between revisions 24 and 31 (spanning 7 versions)
Revision 24 as of 2013-06-25 16:10:44
Size: 2294
Editor: mariuz
Comment: Documentation link is updated with latest changes http://pythonhosted.org/fdb/
Revision 31 as of 2020-12-13 14:33:35
Size: 1753
Editor: mariuz
Comment: fix offcial driver page https://firebirdsql.org/en/python-driver/
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 [[http://firebirdsql.org/|http://firebirdsql.org]]  [[https://firebirdsql.org/|https://firebirdsql.org]]
Line 8: Line 8:
 platforms:: Unix, Win 32/x64, Mac OS  platforms:: Unix, Win 32/x64, Mac OS X
Line 16: Line 16:
 * Python driver binary distribution available for : Mageia (Fedora , FreeBSD will come soon) but you can to compile and install easily for other platforms : [[http://mapopa.blogspot.ro/2012/04/i-love-pip-install.html|here]] is the Howto install it on ubuntu with pip.  * Python driver binary distribution available for : Mageia ,Fedora, Redhat , FreeBSD (Debian, Ubuntu will come soon) but you can to compile and install easily for other platforms : [[http://mapopa.blogspot.ro/2012/04/i-love-pip-install.html|here]] is the Howto install it on Ubuntu with pip.
Line 30: Line 30:
Pure python ctypes based driver (fbclient library is required) is located in svn repository (All official driver development is done in this repository) Functions and apis are mostly backward compatible with kinterbasdb. For complete list of differences, see the documentation in section Differences from KInterbasDB. Pure python ctypes based driver (fbclient library is required) is located in svn repository (All official driver development is done in this repository) In addition to feature set of the standard Python DB API, fdb also exposes nearly the entire native client API of the database engine, including two-phase commit, server-side events, and an administrative API.
Line 34: Line 34:
 http://www.firebirdsql.org/en/python-devel-status/  https://firebirdsql.org/en/python-driver/
Line 36: Line 36:
 Svn::
 http://firebird.svn.sourceforge.net/viewvc/firebird/python/fdb/
 GIT::
 https://github.com/FirebirdSQL/fdb
Line 40: Line 40:
 http://pypi.python.org/pypi/fdb/  https://pypi.python.org/pypi/fdb/
Line 43: Line 43:
 http://pythonhosted.org/fdb/  https://pythonhosted.org/fdb/
Line 45: Line 45:
 Python versions:: 2.7 - 3.3  Python versions:: 2.7 - 3.x
Line 61: Line 61:
 http://pypi.python.org/pypi/firebirdsql/  https://pypi.python.org/pypi/firebirdsql/
Line 64: Line 64:
 http://nakagami.github.com/pyfirebirdsql/  https://nakagami.github.com/pyfirebirdsql/
Line 66: Line 66:
 Python versions:: 2.7 - 3.3  Python versions:: 2.7 - 3.x
Line 70: Line 70:


=== KInterbasdb ( Deprecated and Unmaintained ) ===


 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.

Firebird

URL

https://firebirdsql.org

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

Pros

  • Powerful and stable cross-platform database
  • Extensive SQL standards support
  • Python driver binary distribution available for : Mageia ,Fedora, Redhat , FreeBSD (Debian, Ubuntu will come soon) but you can to compile and install easily for other platforms : here is the Howto install it on Ubuntu with pip.


DB API 2.0 Drivers

Python 2.x-3.x Driver (Official Stable)

Pure python ctypes based driver (fbclient library is required) is located in svn repository (All official driver development is done in this repository) In addition to feature set of the standard Python DB API, fdb also exposes nearly the entire native client API of the database engine, including two-phase commit, server-side events, and an administrative API.

URL

https://firebirdsql.org/en/python-driver/

GIT

https://github.com/FirebirdSQL/fdb

pypi

https://pypi.python.org/pypi/fdb/

Documentation

https://pythonhosted.org/fdb/

Python versions
2.7 - 3.x

It was tested with cpython

Pure Python 3.x Driver

New pure python 3.x driver (no C compiler needed or fbclient library) development is located on github repository

URL

https://github.com/nakagami/pyfirebirdsql

pypi

https://pypi.python.org/pypi/firebirdsql/

Documentation

https://nakagami.github.com/pyfirebirdsql/

Python versions
2.7 - 3.x

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.