Module storage

Module storage 

Source
Expand description

Storage backend for persisting graph data

Structs§

AsyncSledBackend
Async wrapper around Sled-based storage backend
CacheStats
Cache statistics
PoolConfig
Configuration for the connection pool
PoolMetrics
Metrics for the connection pool
PoolMetricsSnapshot
Snapshot of pool metrics at a point in time
PooledAsyncBackend
Pooled async storage backend with resource management
Serializer
Handles serialization and deserialization of graph entities
SledBackend
Sled-based storage backend
StorageCache
Multi-level cache for nodes and edges
StorageStats
Statistics about storage usage

Enums§

SerializationFormat
Serialization format options

Traits§

AsyncStorageBackend
Async trait defining storage backend operations
StorageBackend
Trait defining storage backend operations