mknapper1 / Python-Interbase

32 Bit Interbase Driver for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A 32 Bit Interbase Driver for Python - Based On FDB

Based On FDB * FDB Documentation * FDB Source * Say Thanks to FDB

Changes implemented are based on this blog post

InterBase and Python (Gabe Goldfield - October 2 2015)

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 version of python required)

pip install git+https://github.com/mknapper1/Python-Interbase

About

32 Bit Interbase Driver for Python

License:Other


Languages

Language:Python 98.9%Language:CSS 0.7%Language:Makefile 0.3%Language:HTML 0.1%