Size: 828
Comment:
|
← Revision 31 as of 2020-12-13 14:33:35 ⇥
Size: 1753
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 [[TableOfContents]] |
= Firebird = |
Line 4: | Line 3: |
== Masthead == | |
Line 6: | Line 4: |
URL:: http://firebird.sourceforge.net/ licence:: Interbase Public License platforms:: Unix, win32 |
URL:: [[https://firebirdsql.org/|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 : [[http://mapopa.blogspot.ro/2012/04/i-love-pip-install.html|here]] is the Howto install it on Ubuntu with pip. ---- |
Line 12: | Line 26: |
=== KInterbasdb === | |
Line 14: | Line 27: |
URL:: http://kinterbasdb.sourceforge.net/ licence:: BSD-like platforms:: Unix, win32 Python versions:: 1.5.2 - 2.2 |
==== Python 2.x-3.x Driver (Official Stable) ==== |
Line 19: | Line 29: |
==== Extensions to DB API ==== | |
Line 21: | Line 30: |
==== Comments ==== | 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 23: | Line 32: |
== Other Drivers == | |
Line 25: | Line 33: |
=== driver name === | URL:: https://firebirdsql.org/en/python-driver/ |
Line 27: | Line 36: |
URL:: licence:: platforms:: Python versions:: |
GIT:: https://github.com/FirebirdSQL/fdb |
Line 32: | Line 39: |
==== Programming Model ==== | pypi:: https://pypi.python.org/pypi/fdb/ |
Line 34: | Line 42: |
==== Comments ==== | Documentation:: https://pythonhosted.org/fdb/ |
Line 36: | Line 45: |
== Supported Python Applications == | Python versions:: 2.7 - 3.x |
Line 38: | Line 47: |
== Pros == Until postgres recently ported to windows, firebird was the most powerful cross-platform db and may still be the most stable. == Cons == Web site is hopeless. Not as actively developed as postgres. |
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
- URL
- 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
- GIT
- pypi
- Documentation
- 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
- pypi
- Documentation
- Python versions
- 2.7 - 3.x
It was tested with cpython , jython, ironpython and pypy