Client SDKs
Connect to Onyx Cloud Database using the SDK that fits your stack. Each guide includes steps for installation, configuration, and quickstart coding.
SDK Quickstarts
TypeScript SDK
Install the zero-dependency TypeScript SDK, initialize the client, and generate schema-safe types.
Python SDK
Configure the Python SDK with config files or environment variables and start querying immediately.
Kotlin SDK
Learn how to configure Gradle, define entities, and work with persistence managers in Kotlin.
Go SDK
Install the Go SDK and CLI, generate table-safe clients, and ship production-ready queries.
Onyx CLI
Cross-platform CLI for schema get/validate/diff/publish and multi-language code generation.
SDK Links
Reference repositories and registries for the official Onyx client SDKs.
- Examples:Onyx examples repo
- TypeScript:ReferenceGitHub reponpm package
- Python:ReferenceGitHub repoPyPI package
- Go:ReferenceGitHub repoGo package docs
- Kotlin:ReferenceGitHub repo