DRAFTThis page is not published. Only visible in development mode.
Clients
Rust (Client)
Talk to a ReifyDB server from Rust over WebSocket, HTTP, or gRPC.
Transports
The reifydb-client crate ships WebSocket, HTTP, and gRPC transports behind feature flags. This section will cover choosing a transport and connecting.
Authentication and sessions
Clients authenticate with a bearer token and hold a session. This section will document the token flow.
Running RQL
Commands and queries mirror the embedded API. This section will show end-to-end examples per transport.
