Crate iroh_db_store

Crate iroh_db_store 

Source
Expand description

Transactional, rebuildable local metadata storage for iroh-db.

Structs§

BlobStoreError
An implementation-independent blob repository failure.
IndexValue
One canonical value emitted into a schema-declared secondary index.
MaterializedRecord
One record replacement or deletion applied in the commit metadata transaction.
RecordHead
One immutable operation that remains a causal head for a record.
RecordHeadSet
Complete replacement set for one record’s rebuildable causal heads.
SnapshotBaseline
Canonical durable reference to the immutable signed snapshot used as a history baseline.
Store
Transactional metadata paired with an immutable content-addressed blob repository.
StoredRecord
One primary-key ordered materialized record returned by a collection scan.

Enums§

ApplyOutcome
The result of durably recording an immutable commit.
MaterializedError
A rejected materialized-record input.
StoreError
A local durable-store failure.

Traits§

BlobStore
The minimal immutable-byte boundary required by the metadata store.

Type Aliases§

BlobFuture
A boxed future returned by an immutable blob repository.