Skip to main content

Module store

Module store 

Source

Re-exports§

pub use remote_cache::RemoteCacheStore;
pub use remote_cache::RemoteEventAgg;
pub use remote_cache::RemotePullState;
pub use remote_cache::clear_remote_cache_tables;
pub use sqlite::GuidanceKind;
pub use sqlite::GuidancePerfRow;
pub use sqlite::GuidanceReport;
pub use sqlite::InsightsStats;
pub use sqlite::PruneStats;
pub use sqlite::SYNC_STATE_LAST_AGENT_SCAN_MS;
pub use sqlite::SYNC_STATE_LAST_AUTO_PRUNE_MS;
pub use sqlite::Store;
pub use sqlite::SummaryStats;

Modules§

event_index
Derive files_touched / skills_used / rules_used rows from ingested events.
remote_cache
Local SQLite cache for provider pull results. Writers use a single transaction per refresh.
sqlite
Sync SQLite store. WAL mode, schema migrations as ordered SQL strings.
tool_span_index
Rebuild tool spans from one session event stream.