Skip to Content
SDK & ClientOverview

SDKs & Client Libraries

Status: The Dart / Flutter, TypeScript, and Rust SDKs are currently in alpha and are subject to change between releases.

KalamDB currently has two official SDK tracks and two upcoming tracks:

Which One To Start With

Shared Concepts Across SDKs

  • JWT bearer auth for SQL and realtime flows
  • SQL execution over /v1/api/sql
  • WebSocket realtime subscriptions over /v1/ws
  • Topic consume/ack for worker processing

For protocol-level integration details, see API Reference.

Last updated on