Expand description
Workspace-internal gRPC connector.
Thin wrapper around the generated tonic RedDbClient<Channel>
that adds bearer-token auth metadata + ergonomic typed
responses. Lives in its own crate so both reddb-server
(rpc_stdio mode) and reddb-client (the published driver)
can reach it without setting up a circular path dependency
through the reddb umbrella.
Engine-free by design: only tonic + reddb-grpc-proto deps.
See crates/reddb-client-connector/Cargo.toml for rationale.