FirebirdSQL / python3-driver

Firebird driver for Python that uses new Firebird API
https://www.firebirdsql.org/en/devel-python-driver/
MIT License
27 stars 10 forks source link

Firebird4 and SQLAlchemy #5

Closed kelsa-pi closed 3 years ago

kelsa-pi commented 3 years ago

Is there support in SQLAlchemy 1.4 for Firebird 4 and python3-driver?

pcisar commented 3 years ago

AFAIK SQLAlchemy 1.4 still uses FDB, not firebird-driver. But it shouldn't be a big problem to add support for firebird-driver as it's Python Database API 2.0-compliant driver like FDB. Ask in SQLAlchemy support & development forums.