Skip to main content

Crate nodedb

Crate nodedb 

Source

Re-exports§

pub use config::EngineConfig;
pub use config::ServerConfig;
pub use error::Error;
pub use error::Result;
pub use types::ReadConsistency;
pub use types::RequestId;
pub use types::VShardId;

Modules§

bridge
config
control
data
engine
error
memory
query
storage
types
version
NodeDB version and compatibility information.
wal

Structs§

DocumentId
Identifies a document/row across all engines.
ErrorCode
Stable numeric error codes for programmatic error handling.
Lsn
Log Sequence Number.
NodeDbError
Public error type returned by all NodeDb trait methods.
TenantId
Identifies a tenant. All data is tenant-scoped by construction.

Type Aliases§

NodeDbResult
Result alias for NodeDb operations.