Crate surrealmx

Crate surrealmx 

Source

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
Database
A transactional in-memory database
DatabaseOptions
Configuration options for crate::Database.
Persistence
A persistence layer for storing and loading database state
PersistenceOptions
Configuration options for persistence
Transaction
A serializable database transaction

Enums§

AolMode
Configuration for AOL (Append-Only Log) behavior
CompressionMode
Compression mode for snapshots
Error
The errors which can be emitted from a database.
FsyncMode
Configuration for fsync behavior
IsolationLevel
The isolation level of a database transaction
PersistenceError
The errors that can occur during persistence operations.
SnapshotMode
Configuration for snapshot behavior

Traits§

IntoBytes
An optimised trait for converting values to bytes only when needed