Python Connector for Firebird is a reliable connectivity solution for accessing the Firebird database server from Python applications to perform create, read, update, and delete operations on data. The solution fully implements the Python DB API 2.0 specification and is distributed as a wheel package for Windows, macOS, and Linux.
Features
High Performance
The connector lets you submit multiple update statements to the Firebird database server for processing as a batch to improve execution time.
Secure Communication
The connector supports the Over-the-Wire (OTW) encryption feature of Firebird to encrypt data during the transmission process.
Database Compatibility
The connector is compatible with all Firebird database server and client library versions, starting with Firebird 1.x
Platform Support
The Python connector is available for Windows 32-bit and 64-bit, macOS 64-bit, and Linux 64-bit.