chio-store-sqlite 0.1.2

SQLite-backed persistence, query, and report implementations for Chio
Documentation
#[path = "tests/background_checkpoints.rs"]
mod background_checkpoints;
#[path = "tests/bootstrap.rs"]
mod bootstrap;
#[path = "tests/checkpoint.rs"]
mod checkpoint;
#[path = "tests/errors.rs"]
mod errors;
#[path = "tests/federated_lineage.rs"]
mod federated_lineage;
#[path = "tests/head_property.rs"]
mod head_property;
#[path = "tests/insert.rs"]
mod insert;
#[path = "tests/liability.rs"]
mod liability;
#[path = "tests/lineage.rs"]
mod lineage;
#[path = "tests/query.rs"]
mod query;
#[path = "tests/retention.rs"]
mod retention;
#[path = "tests/scale_proof.rs"]
mod scale_proof;
#[path = "tests/schema_archive.rs"]
mod schema_archive;
#[path = "tests/settlement.rs"]
mod settlement;
#[path = "tests/single_writer.rs"]
mod single_writer;
#[path = "tests/support.rs"]
mod support;
#[path = "tests/underwriting_credit.rs"]
mod underwriting_credit;
#[path = "tests/verified_head.rs"]
mod verified_head;