surrealdb-engine-local 3.3.0

A scalable, distributed, collaborative, document-graph database, for the realtime web
docs.rs failed to build surrealdb-engine-local-3.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: surrealdb-engine-local-3.3.0-beta.3

The embedded SurrealDB engine driven by the Rust SDK.

This crate owns everything that needs the database core: it opens a [Datastore], which runs its own background maintenance [tasks], and serves it to the SDK as a SurrealEngine. The SDK reaches it only through [surrealdb_engine_api], which is why enabling one of this crate's storage backends is the only thing that puts the core in a Rust SDK build.

Stability

This is an internal interface between crates released together. It carries no stability guarantee and may change in any release, including a patch release. Application code should use the surrealdb crate and select a storage backend with its kv-* features.