Skip to main content

Module extractor

Module extractor 

Source
Expand description

Entity-level diff extraction. Entity diff extraction between two branch databases.

Structs§

DiffExtractor
Opens branch databases and computes entity-level diffs across the ClawDB schema.

Functions§

extract_diff
Returns an empty diff placeholder. Use DiffExtractor for real extraction.
fetch_all_entities
Fetches all rows from an entity table as a HashMap<entity_id, JSON object>.