Skip to main content

InterBase RDBMS bindings for Python.

Project description

InterBase Driver for Python, supporting 32-bit and 64-bit

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:

  • Automatic data conversion from strings on input.
  • Automatic input/output conversions of textual data between UNICODE and database character sets.
  • Support for prepared SQL statements.
  • Multiple independent transactions per single connection. access specifications.
  • Distributed transactions.

Install (32-bit or 64-bit version of python 3.* required)

You can use one of the following ways to do it.

pip install git+https://github.com/Embarcadero/InterBasePython.git

pip install git+ssh://git@github.com/Embarcadero/InterBasePython.git

To create a test DB:

cd test/files && isql -i create-test-db.sql

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

interbase-1.0.0-py3-none-any.whl (211.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page