An InterBase driver that implements Python Database API 2.0 support
InterBase Documentation *
InterBase Source *
Based On FDB
Changes implemented are based on this blog post
InterBase Driver for Python is a Python library package that implements
Python Database API 2.0-compliant support for the Embarcadero SQL Database
InterBase ®. In addition to the minimal
feature set of the standard Python DB API, InterBase Driver for Python also exposes the entire
native (old-style) client API of the database engine. Notably:
Install (32-bit or 64-bit version of python 3.* required)
You can use one of the following ways to do it.
pip install interbase
pip install git+https://github.com/Embarcadero/InterBasePython.git
pip install git+ssh://[email protected]/Embarcadero/InterBasePython.git
To create a test DB:
cd test/files && isql -i create-test-db.sql