Skip to main content

Module facts

Module facts 

Expand description

DuckDB-backed fact store. See spec §3.2 + §3.2.1 invariants.

Re-exports§

pub use groups::GroupMap;
pub use groups::GroupParseError;
pub use groups::GroupRule;
pub use ingest::IngestStats;

Modules§

groups
Architectural grouping for --group-file.
ingest
Stream commits from a Repo into DuckDB via the N gix workers → bounded crossbeam channel → 1 Appender thread pattern. See spec §3.2.2.
schema
DuckDB schema DDL. See spec §3.2.

Structs§

FactsDb