surrealdb-protocol

Crates.iosurrealdb-protocol
lib.rssurrealdb-protocol
version0.8.2
created_at2025-07-04 17:28:23.474913+00
updated_at2026-01-07 16:57:18.698874+00
descriptionThe official SurrealDB Rust Client Protocol used by the SurrealDB Rust SDK.
homepagehttps://github.com/surrealdb/surrealdb-protocol
repositoryhttps://github.com/surrealdb/surrealdb-protocol
max_upload_size
id1738239
size84,998
Tobie Morgan Hitchcock (tobiemh)

documentation

README

SurrealDB IPC Protocol

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.

Commit count: 28

cargo fmt