Expand description
Transactional, rebuildable local metadata storage for iroh-db.
Structs§
- Blob
Store Error - An implementation-independent blob repository failure.
- Index
Value - One canonical value emitted into a schema-declared secondary index.
- Materialized
Record - One record replacement or deletion applied in the commit metadata transaction.
- Record
Head - One immutable operation that remains a causal head for a record.
- Record
Head Set - Complete replacement set for one record’s rebuildable causal heads.
- Snapshot
Baseline - Canonical durable reference to the immutable signed snapshot used as a history baseline.
- Store
- Transactional metadata paired with an immutable content-addressed blob repository.
- Stored
Record - One primary-key ordered materialized record returned by a collection scan.
Enums§
- Apply
Outcome - The result of durably recording an immutable commit.
- Materialized
Error - A rejected materialized-record input.
- Store
Error - A local durable-store failure.
Traits§
- Blob
Store - The minimal immutable-byte boundary required by the metadata store.
Type Aliases§
- Blob
Future - A boxed future returned by an immutable blob repository.