gity-storage
Persistent storage layer for gity using sled.
This crate provides persistent key-value storage for gity metadata using sled, an embedded database.
Features
- Repository registration storage
- Status cache persistence
- Maintenance history tracking
- Atomic operations with sled transactions
Usage
This crate is primarily intended for internal use by gity-daemon. See the gity documentation for general usage.
License
MIT