Expand description
Session management: graph lifecycle, transactions, and auto-save.
Re-exports§
pub use manager::SessionManager;pub use transaction::Transaction;
Modules§
- autosave
- Periodic maintenance background task.
- manager
- Graph lifecycle management, file I/O, and session tracking.
- transaction
- Batched write transactions for high-throughput scenarios.