@haybarn/ext-mssql-h1-5-4
v202606.7.140746
Published
Connect DuckDB to Microsoft SQL Server via native TDS (including TLS).
Maintainers
Readme
Haybarn extension: mssql
Connect DuckDB to Microsoft SQL Server via native TDS (including TLS).
Source: https://github.com/hugr-lab/mssql-extension
Catalog: Haybarn community extensions
Install
npm install @haybarn/ext-mssql-h1-5-4
# 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-mssql-h1-5-4 (npm picks the one matching your os/cpu/libc):
@haybarn/ext-mssql-h1-5-4-darwin-arm64@haybarn/ext-mssql-h1-5-4-win32-x64@haybarn/ext-mssql-h1-5-4-linux-arm64@haybarn/ext-mssql-h1-5-4-linux-x64
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 mssql;License
The mssql 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.
