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
Onyx CLI
Cross-platform CLI for schema get/validate/diff/publish and multi-language code generation.
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.
SDK Links
Reference repositories and registries for the official Onyx client SDKs.
- Examples:Onyx examples repo
- TypeScript:Cheat sheetGitHub reponpm package
- Python:Cheat sheetGitHub repoPyPI package
- Go:Cheat sheetGitHub repoGo package docs
- Kotlin:Cheat sheetGitHub repo