Expand description
Schema validation helpers for claw-core.
This module exposes lightweight runtime checks that verify the claw-core
schema is in an expected state after migrations have been applied. Checks
are run on engine startup (when auto_migrate is enabled) to guard
against partial migrations or external schema corruption.
Functions§
- validate_
schema - Verify that all expected claw-core tables are present in the database.