Differences between revisions 22 and 31 (spanning 9 versions)
Revision 22 as of 2012-03-28 10:28:17
Size: 2344
Editor: mariuz
Comment: kinterbase -> kinterbasdb spell
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 1: Line 1:
#pragma section-numbers off
Line 5: Line 3:
  URL:: http://firebirdsql.org
  licence:: Interbase Public License, Initial Developer Public License
  platforms:: Unix, Win 32/x64, Mac OS

URL::
[[https://firebirdsql.org/|https://firebirdsql.org]]

licence:: Interbase Public License, Initial Developer Public License
 platforms:: Unix, Win 32/x64, Mac OS X
Line 11: Line 13:
Line 13: Line 16:
 * Python driver binary distribution available for : Windows ,Fedora , Debian, Ubuntu (in [[https://edge.launchpad.net/ubuntu/+source/python-kinterbasdb|official]] repository) , but you can to compile for other platforms : [[http://mapopa.blogspot.com/2009/02/firebird-python-howto-on-ubuntu-wget.html|here]] is the Howto install it on ubuntu from source.
 
 * 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 18: Line 21:


Line 20: Line 26:
=== KInterbasdb ===
Line 22: Line 27:
  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
==== Python 2.x-3.x Driver (Official Stable) ====
Line 28: Line 29:
==== Extensions to DB API ====
Line 30: Line 30:
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 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 32: Line 32:
==== Python 2.x-3.x Driver (kinterbasdb replacement) ====
Line 34: Line 33:
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)
All functions and apis are backward compatible with kinterbasdb only renamed to fdb (replace all kinterbasdb functions with fdb ones)
 URL::
 https://firebirdsql.org/en/python-driver/
Line 37: Line 36:
  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
 GIT::
 https://github.com/FirebirdSQL/fdb
Line 42: Line 39:
It was tested with cpython  pypi::
 https://pypi.python.org/pypi/fdb/

 Documentation::
 https://pythonhosted.org/fdb/

 Python versions:: 2.7 - 3.x


It was tested with cpython
Line 46: Line 53:
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)
Line 48: Line 54:
  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
New pure python 3.x driver (no C compiler needed or fbclient library) development is located on github repository
Line 53: Line 56:
It was tested with cpython , jython, ironpython and pypy
 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

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.