Announcing sqlalchemy-firebird-async 0.2.2 — async Firebird dialect for SQLAlchemy

9 views
Skip to first unread message

Igor Tolstov

unread,
May 11, 2026, 2:51:04 AMMay 11
to firebird-general

Hi all,

I’d like to announce the release of sqlalchemy-firebird-async 0.2.2, an asynchronous Firebird dialect for SQLAlchemy 2.0+.

The package provides asyncio support for Firebird databases and currently supports three backend drivers:

  • firebird-driver via a thread pool
  • fdb via a thread pool
  • firebirdsql as a native asyncio driver, currently experimental

Installation examples:

pip install "sqlalchemy-firebird-async[firebird-driver]"
pip install "sqlalchemy-firebird-async[fdb]"
pip install "sqlalchemy-firebird-async[firebirdsql]"

PyPI:
https://pypi.org/project/sqlalchemy-firebird-async/0.2.2/

Repository:
https://github.com/attid/sqlalchemy-firebird-async

Feedback, testing, bug reports, and contributions are very welcome.

Best regards,
Igor

Reply all
Reply to author
Forward
0 new messages