reddb-io-server 1.2.0

RedDB server-side engine: storage, runtime, replication, MCP, AI, and the gRPC/HTTP/RedWire/PG-wire dispatchers. Re-exported by the umbrella `reddb` crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub(crate) mod admin_json;
pub(crate) mod catalog_json;
pub(crate) mod deployment_json;
pub(crate) mod entity_json;
pub(crate) mod graph_json;
pub(crate) mod native_json;
pub(crate) mod native_state_json;
pub(crate) mod ops_json;
pub(crate) mod query_json;
pub(crate) mod query_plan_json;
pub(crate) mod query_result_json;
pub(crate) mod query_view;
pub(crate) mod serverless_json;