SDKs & Integrations
SDKs & Integrations
The official client SDKs and platform integrations live in one cross-edition repo: dimensigon/heliosdb-sdks. Every SDK works against all three HeliosDB editions (Nano, Lite, Full) because the wire surface (PostgreSQL / MySQL / REST) is identical.
For the canonical, always-up-to-date catalogue with package-registry links and quickstart snippets, see heliosdb.com/sdks.html.
Client SDKs (one-liners)
| Language | Install | Package |
|---|---|---|
| Python | pip install heliosdb | PyPI |
| Python (SQLite-compat) | pip install heliosdb-sqlite | PyPI |
| TypeScript / JavaScript | npm install @heliosdb/client | npm |
| Rust | cargo add heliosdb-client | crates.io |
| Go | go get github.com/heliosdb/heliosdb-go | pkg.go.dev |
CLI
npm install -g heliosdb — cross-platform CLI that auto-downloads the
correct binary for your OS / architecture on first run.
Platform integrations
VS Code extension · n8n community node · Zapier app · Make (Integromat)
module · Retool REST datasource · Microsoft AutoGen integration. All
under integrations/.
License
All SDKs and integrations are Apache 2.0. Use in commercial, proprietary, or managed-service products without copyleft obligations.