Crates.io | surrealdb-protocol |
lib.rs | surrealdb-protocol |
version | 0.4.0 |
created_at | 2025-07-04 17:28:23.474913+00 |
updated_at | 2025-08-21 09:20:42.610612+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 | 548,625 |
This repository contains the SurrealDB Network Protocol, which is used to communicate with the SurrealDB server.
THIS IS A WORK IN PROGRESS
Generate the protobuf files:
make gen
Note: These are not currently generated in CI or automatically checked in CI. This is a manual step for the time being but in the future we will have a CI step that ensures that the protobuf files are up to date.