andrewleech/fdb_embedded
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a fork of the Firebird FDB modules from svn://svn.code.sf.net/p/firebird/code/python/fdb/trunk It has been modified to bundle a copy of the fb embedded server libraries so it can be used stanalone without a separate installation of firebird database. FDB package is a set of Firebird RDBMS bindings for Python. It works on Python 2.6+ and Python 3.x. FDB is replacement for discontinued KInterbasDB library, and as such it's designed to be as much compatible with KInterbasDB as possible, but there are some differences. See FDB docuentation for full description of these differences. Building: git clone --recursive https://github.com/andrewleech/fdb_embedded.git cd fdb python setup.py bdist_wheel python -m pip install dist/fdb_embedded*.whl