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§
- Document
Id - Identifies a document/row across all engines.
- Error
Code - Stable numeric error codes for programmatic error handling.
- Lsn
- Log Sequence Number.
- Node
DbError - Public error type returned by all
NodeDbtrait methods. - Tenant
Id - Identifies a tenant. All data is tenant-scoped by construction.
Type Aliases§
- Node
DbResult - Result alias for NodeDb operations.