@haybarn/ext-salesforce-h1-5-3
v202606.5.191855
Published
Read-only access to Salesforce orgs as DuckDB SQL tables over the official REST and Bulk APIs — OAuth refresh-token or JWT-bearer auth (credentials from inline options, environment variables, or an SFDX auth URL), native ATTACH, projection + predicate pus
Maintainers
Readme
Haybarn extension: salesforce
Read-only access to Salesforce orgs as DuckDB SQL tables over the official REST and Bulk APIs — OAuth refresh-token or JWT-bearer auth (credentials from inline options, environment variables, or an SFDX auth URL), native ATTACH, projection + predicate pushdown, COUNT pushdown, explicit server-side aggregates with GROUP BY, lazy/auto/Bulk transports with PK chunking (Bulk blob/base64 compatibility guard), a per-job API quota governor, parent + grandparent relationship STRUCT columns with diagnostics, queryAll (archived + deleted), Tooling-API fast schema, and metadata helpers (manual cache refresh, picklist values, record types).
Source: https://github.com/flozer/duckdb-salesforce
Catalog: Haybarn community extensions
Install
npm install @haybarn/ext-salesforce-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-salesforce-h1-5-3 (npm picks the one matching your os/cpu/libc):
@haybarn/ext-salesforce-h1-5-3-darwin-arm64@haybarn/ext-salesforce-h1-5-3-linux-x64@haybarn/ext-salesforce-h1-5-3-win32-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 salesforce;License
The salesforce 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.
