surrealdb-server

Crates.iosurrealdb-server
lib.rssurrealdb-server
version3.0.0-beta.2
created_at2025-11-20 15:18:16.235289+00
updated_at2026-01-16 21:55:59.095726+00
descriptionA scalable, distributed, collaborative, document-graph database, for the realtime web
homepagehttps://github.com/surrealdb/surrealdb
repositoryhttps://github.com/surrealdb/surrealdb
max_upload_size
id1942132
size564,074
Tobie Morgan Hitchcock (tobiemh)

documentation

README

SurrealDB Server

The server implementation crate for SurrealDB, containing HTTP/WebSocket server functionality, CLI tooling, and server-specific features. This crate should not be used outside of SurrealDB itself. For a stable interface to the SurrealDB library see the Rust SDK

surrealdb-server is the server-side component of SurrealDB that provides:

  • HTTP and WebSocket server endpoints for database operations
  • Command-line interface (CLI) for managing and running SurrealDB instances
  • Network layer including authentication, routing, and middleware
  • Server utilities for configuration, logging, and monitoring
  • Integration layer between the core database engine and external interfaces
Commit count: 4181

cargo fmt