Expand description
Storage backend for persisting graph data
Structs§
- Async
Sled Backend - Async wrapper around Sled-based storage backend
- Cache
Stats - Cache statistics
- Pool
Config - Configuration for the connection pool
- Pool
Metrics - Metrics for the connection pool
- Pool
Metrics Snapshot - Snapshot of pool metrics at a point in time
- Pooled
Async Backend - Pooled async storage backend with resource management
- Serializer
- Handles serialization and deserialization of graph entities
- Sled
Backend - Sled-based storage backend
- Storage
Cache - Multi-level cache for nodes and edges
- Storage
Stats - Statistics about storage usage
Enums§
- Serialization
Format - Serialization format options
Traits§
- Async
Storage Backend - Async trait defining storage backend operations
- Storage
Backend - Trait defining storage backend operations