Data Integrity

Keep data correct over time — write the invariants down, push each one to the lowest layer that can enforce it, cover the rest with reconciliation queries, and detect drift before a user reports it. Use when deciding where a rule should be enforced, auditing a schema whose rules live only in application code, building reconciliation or drift checks, or investigating data that looks wrong. Not for sequencing a schema change (migrations) or proving one migration's outcome (database-migration-verification), and it stops before repairing rows in a shared environment.

nahid-sparktales Updated

File contents

nahid-sparktales/agent-dispatcher/tree/main/skills/database/data-integrity commit ac599135b9

Frequently asked questions

npx skillmds@latest add nahid-sparktales/data-integrity