| Crates.io | surrealdb-protocol |
| lib.rs | surrealdb-protocol |
| version | 0.8.2 |
| created_at | 2025-07-04 17:28:23.474913+00 |
| updated_at | 2026-01-07 16:57:18.698874+00 |
| description | The official SurrealDB Rust Client Protocol used by the SurrealDB Rust SDK. |
| homepage | https://github.com/surrealdb/surrealdb-protocol |
| repository | https://github.com/surrealdb/surrealdb-protocol |
| max_upload_size | |
| id | 1738239 |
| size | 84,998 |
This crate contains the SurrealDB Inter-Process Communication (IPC) protocol.
Starting with SurrealDB 3.0, the SurrealDB server exposes a gRPC interface. All
gRPC and protobuf messages are exposed under the proto module.
This crate also contains the SurrealDB Flatbuffers protocol which is for
efficient transmission of SurrealDB Values.