Expand description
SQLite-backed metadata storage for the Hardy BPA.
This crate provides a persistent MetadataStorage
implementation that stores bundle metadata in a SQLite database. It handles
schema migrations, connection pooling, serialized write access, and the
startup recovery protocol (mark-unconfirmed / confirm / sweep).
§Key types
Structs§
- Config
- Configuration for the SQLite metadata storage backend.
Functions§
- new
- Creates a new SQLite metadata storage instance.