Size: 976
Comment:
|
Size: 1428
Comment: added python 3.x driver for firebird
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
* Before the native version of PostgreSQL for Windows was released, Firebird was regarded by some as the most powerful and the most stable cross-platform database. | * Powerful and stable cross-platform database * Extensive SQL standards support |
Line 15: | Line 16: |
* Web site is hopeless.[work in progress] | * Python driver binary distribution only available for Windows ,need to compile for other platforms : here is the Howto install it on ubuntu http://mapopa.blogspot.com/2009/02/firebird-python-howto-on-ubuntu-wget.html |
Line 28: | Line 29: |
Python versions:: 2.5 - 2.6 | Python versions:: 2.4 - 2.7 |
Line 33: | Line 34: |
==== Pure Python Driver ==== Work in progress for an pure python driver (no C compiler needed or fbclient library) similar to the pure java one http://firebirdsql.org/index.php?op=devel&sub=qa&id=qaff200902 ==== Python 3.x Driver ==== New driver for python 3.x is located in new github repository https://github.com/nakagami/pyfirebirdsql |
Firebird
- URL
- licence
- Interbase Public License, Initial Developer Public License
- platforms
- Unix, win32, Mac OS
Pros
- Powerful and stable cross-platform database
- Extensive SQL standards support
Cons
Python driver binary distribution only available for Windows ,need to compile for other platforms : here is the Howto install it on ubuntu http://mapopa.blogspot.com/2009/02/firebird-python-howto-on-ubuntu-wget.html
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 Driver
Work in progress for an pure python driver (no C compiler needed or fbclient library) similar to the pure java one
http://firebirdsql.org/index.php?op=devel&sub=qa&id=qaff200902
Python 3.x Driver
New driver for python 3.x is located in new github repository