8000 GitHub - mknapper1/Python-Interbase: 32 Bit Interbase Driver for Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mknapper1/Python-Interbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0