CDC (Change Data Capture) - Internal Feature Map Overview CDC tracks INSERT/UPDATE/DELETE changes on database tables by writing change records into a dedicated CDC table ( by default). It is per-connection, enabled via PRAGMA, and operates at the bytecode generation (translate) layer. The sync engine consumes CDC records to push local changes to the remote. Architecture Diagram Core Data Types + — CDC behavior is controlled by two types: The connection stores — means CDC is off. Key methods on : - — , gates COMMIT record emission - / — round-trips ↔ , ↔ Key methods on : - — parses PRAGMA argu…