Skip to main content

Module session

Module session 

Source
Expand description

Session management: graph lifecycle, transactions, and auto-save.

Re-exports§

pub use manager::SessionManager;
pub use transaction::Transaction;
pub use workspace::WorkspaceManager;

Modules§

autosave
Periodic maintenance background task.
manager
Graph lifecycle management, file I/O, and session tracking.
transaction
Batched write transactions for high-throughput scenarios.
workspace
Multi-context workspace manager for loading and querying multiple .amem files.