Skip to main content

Module store

Module store 

Source
Expand description

Content-addressed filesystem blob store and SQLite index.

See SPEC.md §8 and SPEC §8 (sharding) for the on-disk format.

Re-exports§

pub use fs::Store;
pub use fs::StoreError;
pub use sqlite::Index;
pub use sqlite::IndexError;
pub use sqlite::ReplayRecord;
pub use sqlite::TraceRecord;

Modules§

fs
Content-addressed trace store on the local filesystem (SPEC §8).
sqlite
SQLite index over stored traces (SPEC.md §8).