Size: 953
Comment:
|
Size: 1458
Comment: pure python driver is real , soon we will see unicorns
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
platforms:: Unix, win32, Mac OS | platforms:: Unix, Win 32/x64, Mac OS |
Line 13: | Line 13: |
== Cons == * Python driver binary distribution only available for Windows (need to compile for other platforms) |
* 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. |
Line 29: | Line 26: |
Python versions:: 2.4 - 2.6 | Python versions:: 2.4 - 2.7 |
Line 34: | Line 31: |
==== 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 |
Firebird
- URL
- 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
- Documentation
- 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)