# awesome-firebird **Repository Path**: mirrors_FirebirdSQL/awesome-firebird ## Basic Information - **Project Name**: awesome-firebird - **Description**: Awesome Firebird lists - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-15 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # awesome-firebird Awesome Firebird lists ## Contents - [Language bindings](#language-bindings) - [Administration Tools](#administration-tools) ### Language bindings #### Officially supported by Firebird Foundation * C++: [Firebird OO API](https://github.com/FirebirdSQL/firebird/blob/master/doc/Using_OO_API.md), [Firebird ISC API](https://github.com/FirebirdSQL/firebird/blob/master/src/include/ibase.h), [ODBC](https://github.com/FirebirdSQL/firebird-odbc-driver) * Java: [Jaybird](https://github.com/FirebirdSQL/jaybird) * .NET: [ADO.NET Data Provider](https://github.com/FirebirdSQL/NETProvider) * Python: [firebird-driver](https://github.com/FirebirdSQL/python3-driver), [fdb](https://github.com/FirebirdSQL/fdb) * PHP: [php-firebird](https://github.com/FirebirdSQL/php-firebird) #### Supported by authors * C++: [SOCI](https://soci.sourceforge.net/), [Qt](https://github.com/qt/qtbase/tree/dev/src/plugins/sqldrivers/ibase), [fb-cpp](https://github.com/asfernandes/fb-cpp) * Java: [FBJava](https://github.com/FirebirdSQL/fbjava), [Hibernate](https://hibernate.org/orm/), [EclipseLink](https://eclipse.dev/eclipselink/), [jOOQ](https://www.jooq.org/), [TopLink](https://www.oracle.com/middleware/technologies/top-link.html), [OpenJPA](https://openjpa.apache.org/), [Spring](https://spring.io/projects/spring-framework/) * Python: [Django-firebird](https://github.com/maxirobaina/django-firebird), [SQLAlchemy-firebird](https://github.com/pauldex/sqlalchemy-firebird), [peewee](https://github.com/coleifer/peewee), [pyfirebirdsql](https://github.com/nakagami/pyfirebirdsql/) * JavaScript: [node-firebird-drivers](https://github.com/asfernandes/node-firebird-drivers), [node-firebird-libfbclient](https://github.com/xdenser/node-firebird-libfbclient), [node-firebird](https://github.com/hgourvest/node-firebird) * PHP: [pdo-firebird](https://github.com/php/php-src/tree/master/ext/pdo_firebird), [yii2-firebird](https://github.com/art009/yii2-firebird/), [Laravel-firebird](https://github.com/harrygulliford/laravel-firebird), [CI4-PDO-Firebird](https://github.com/leirags/CI4-PDO-Firebird), [CodeIgnighter](https://codeigniter.com/) * Pascal: [IBX](https://github.com/MWASoftware/ibx4lazarus), [ZeosLib](https://sourceforge.net/projects/zeoslib/) * Go: [Go firebird sql driver](https://github.com/nakagami/firebirdsql), [GORM firebird driver](https://github.com/flylink888/gorm-firebird) * Ruby: [fb](https://github.com/rowland/fb) * Elixir: [Elixir database driver for Firebird](https://github.com/nakagami/firebirdex), [Ecto Firebird adapter](https://github.com/nakagami/ecto_firebird) * Erlang: [efirebirdsql](https://github.com/nakagami/efirebirdsql) * Rust: [rsfbclient](https://github.com/fernandobatels/rsfbclient/), [firebirust](https://github.com/nakagami/firebirust) * Perl: [Perl-dbd-firebird](https://github.com/mariuz/perl-dbd-firebird) * Dart: [fbdb](https://github.com/hipercompl/fbdb) * Julia: [Firebird.il](https://github.com/nakagami/Firebird.jl) #### Unsupported * C++: [IBPP](https://sourceforge.net/projects/ibpp/) * Python: [Zope database adapter](https://github.com/nakagami/Products.FirebirdDA) * JavaScript: [node-firebird-libfbclient](https://github.com/xdenser/node-firebird-libfbclient) * Pascal: [UIB](https://github.com/zedalaye/uib) * Ruby: [rubyfb](https://github.com/georgiev/rubyfb), [FireRuby](http://fireruby.rubyforge.org/), [Rails](https://github.com/rowland/activerecord-fb-adapter) * Lua: [fbclient](https://github.com/luapower/fbclient) ### Administration Tools * [RedExpert](https://rdb.red-soft.ru/en/product/expert/) * [IBExpert](https://www.ibexpert.net/cms/) * [FlameRobin](http://www.flamerobin.org) * [Database .NET](https://fishcodelib.com/database.htm) * [BlackbirdSQL DDEX for VisualStudio](https://github.com/BlackbirdSQL/Firebird-DDEX-SqlEditor)