Skip to content

A Firebird dialect for SQLAlchemy using the fdb Firebird driver for python - Patched to somewhat work with InterBase XE7

License

Notifications You must be signed in to change notification settings

ArroyoDev-LLC/sqlalchemy-firebird-ib

 
 

Repository files navigation

sqlalchemy-firebird

An external SQLAlchemy dialect for Firebird


This replaces SQLAlchemy's internal Firebird dialect which is not being maintained and will be removed in a future version.

Installation

pip install sqlalchemy-firebird

Connection URI samples for Firebird server installed on local machine using default port (3050):
[Linux]
firebird://username:password@localhost///home/paulgd/projects/databases/my_project.fdb

[Windows]
firebird://username:password@localhost/c:/projects/databases/my_project.fdb

Code of Conduct

As with SQLAlchemy, sqlalchemy-firebird places great emphasis on polite, thoughtful, and constructive communication between users and developers. We use the SQLAlchemy Code of Conduct.


License

sqlalchemy-firebird is distributed under the MIT license.

About

A Firebird dialect for SQLAlchemy using the fdb Firebird driver for python - Patched to somewhat work with InterBase XE7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Batchfile 0.5%