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 or install it using pip.
https://pypi.org/project/firebird-driver/

Please note, that FDB driver is now considered as legacy driver, and its 
development will be discontinued together with 2.5 once Firebird 4.0 
will be released later this year.

The driver uses firebird-base package, which is a collection of modules 
that have general applicability, like extended configuration, 
context-driven logging and trace/audit, hooks, work with structured 
binary buffers, extended data structures etc. The driver uses almost all 
features provided by "base" package, but specifically the use of hook 
mechanism and context-driven logging and trace/audit are potentially the 
most valuable improvements.

https://pypi.org/project/firebird-base/

The firebird-lib package provides extensions to the firebird-driver.
This package provides modules for:

     Work with Firebird database schema.
     Work with Firebird monitoring tables.
     Processing output from gstat Firebird utility.
     Processing Firebird server log.
     Processing output from Firebird server trace & audit sessions.

You can download this library from PyPI or or install it using pip.
https://pypi.org/project/firebird-lib/

regards
Pavel Cisar
IBPhoenix


------------------------------------

------------------------------------


------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/firebird-python/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/firebird-python/join
    (Yahoo! ID required)

<*> To change settings via email:
    firebird-python-dig...@yahoogroups.com 
    firebird-python-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    firebird-python-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
    https://info.yahoo.com/legal/us/yahoo/utos/terms/

Reply via email to