@haybarn/ext-firebird-h1-5-3
v202606.1.2028293
Published
Federated read-only access to Firebird (3.0/4.0/5.0) databases from DuckDB, with projection + filter pushdown, INT128 / DECIMAL(38) / TIMESTAMP_TZ support, native ATTACH, and CHARACTER SET NONE handling (default win1252; strict / iso8859_1 / blob also ava
Maintainers
Readme
Haybarn extension: firebird
Federated read-only access to Firebird (3.0/4.0/5.0) databases from DuckDB, with projection + filter pushdown, INT128 / DECIMAL(38) / TIMESTAMP_TZ support, native ATTACH, and CHARACTER SET NONE handling (default win1252; strict / iso8859_1 / blob also available) with filter-pushdown correctness on transcoded columns.
Source: https://github.com/flozer/duckdb-firebird
Catalog: Haybarn community extensions
Install
npm install @haybarn/ext-firebird-h1-5-3
# or use the exact version:
npm install @haybarn/[email protected]npm picks the matching platform binary from the leaves below via its os / cpu / libc fields. No postinstall scripts, no network calls after npm install.
Available platforms (this version)
Installed automatically by npm install @haybarn/ext-firebird-h1-5-3 (npm picks the one matching your os/cpu/libc):
@haybarn/ext-firebird-h1-5-3-linux-arm64@haybarn/ext-firebird-h1-5-3-linux-x64@haybarn/ext-firebird-h1-5-3-win32-x64@haybarn/ext-firebird-h1-5-3-darwin-x64@haybarn/ext-firebird-h1-5-3-darwin-arm64
Use it
Once installed, the .duckdb_extension binary lands in your project's node_modules/ tree under the matching leaf. The Haybarn engine auto-discovers it at startup; from a Haybarn SQL session:
LOAD firebird;License
The firebird extension is distributed under MIT. The Haybarn engine itself is MIT-licensed.
Trademark
Haybarn is an independent derived distribution of DuckDB published by Query Farm LLC. Not affiliated with or endorsed by the DuckDB Foundation. DuckDB is a trademark of the DuckDB Foundation.
