SurrealDB World   |   Join us in September

Back to top
Documentation Installation Embedding in Rust

Embedding in Rust

SurrealDB is designed to be run in many different ways, and environments. Due to the separation of the storage and compute layers, SurrealDB can be run in embedded mode, from within a number of different language environments. In Rust, SurrealDB can be run as an in-memory database, or it can persist data using a file-based storage engine. The documentation for embedding SurrealDB within Rust has not yet been released. In the meantime, please refer to the Rust client library documentation to get started with connecting to SurrealDB from Rust.

To contribute to this documentation, edit this file on GitHub.