Crate surrealkv

Source

Modules§

Structs§

  • An MVCC-based transactional key-value store.
  • Transaction is a struct representing a transaction in a database.

Enums§

  • Error is a custom error type for the storage module. It includes various variants to represent different types of errors that can occur.
  • Mode is an enumeration representing the different modes a transaction can have in an MVCC (Multi-Version Concurrency Control) system.

Type Aliases§