SDKs
First-class client SDKs for RelataDB. All three speak the same HTTP API and expose the same shape: query, ingest, search, graph, identity, and the cognitive-memory verbs. Pick the one for your stack.
In this section
- SDK Overview — capability matrix, install, and the shared request/response model
- Python —
pip install relata-sdk;RelataClient, framework adapters - TypeScript —
npm install @zysec-ai/relata-sdk;createClient(...) - Go —
github.com/relatadb/sdk-go - Method Reference — every public method, grouped by domain, with signatures, tunable parameter defaults, when-to-use notes, and runnable examples for the flagship surface
Note
You don't need an SDK to use RelataDB. Point an existing Postgres, MongoDB, Redis, S3, ClickHouse, or Neo4j client at the matching protocol door. See Compatibility & Doors.
See also: Quickstart for the first-5-minutes path and the HTTP API reference for the underlying endpoints.