https://qiita.com/advent-calendar/2020/firebird
Current SQLAlchemy release 1.3.20 supports firebird out of the box
https://docs.sqlalchemy.org/en/13/dialects/firebird.html
In the future the driver is moved outside of SQLAlchemy repository in this place
https://github.com/pauldex/sqlalchemy-firebird
so it will be installed in the future releases with :
pip install sqlalchemy-firebird
After sqlalchemy and driver install you can follow the official tutorial or something similar using the firebird dialect
https://overiq.com/sqlalchemy-101/installing-sqlalchemy-and-connecting-to-database/
No comments:
Post a Comment