Python Firebird-driver 1.4.3 released

The firebird-driver package provides official Python Database API 2.0-compliant driver. In addition to the minimal feature set of the standard Python DB API, this driver also exposes the new (interface-based) client API introduced in Firebird 3, and number of additional extensions and enhancements for convenient use of Firebird RDBMS. The driver is written as pure-Python package (requires Python 3.8+) on top of Firebird client library (fbclient.so/dll) using ctypes. Driver supports Firebird version 3.0 and higher.

You can download this driver from PyPI or install it using pip.

See the Changelog for full details.

Node-firebird-driver-native version 2.4.0 has been released with a few features added.

Node-firebird-driver-native version 2.4.0 has been released with a few features added.

driver, driver-native – 2.4.0

  • Feature #115 – Add method Statement.getExecPathText.
  • Feature #119 – Implementation of isValid property.
  • Feature #121 – Deprecate methods executeReturning* replacing by executeSingleton*.

native-api

  • Feature #114 – Add support for Visual Studio 2022 build.
1 5 6 7 8 9 292