Expand description
Synchronous storage backend implementations
This module provides synchronous variants of the storage backends for use cases that don’t require async functionality.
Structs§
- Memory
Storage Backend - In-memory synchronous storage backend for simple use cases
- Sync
Sqlite Backend - Synchronous SQLite backend implementation
Traits§
- Sync
Storage Backend - Synchronous storage backend trait