Expand description
Schema Diff Visitor
Computes the difference between two schemas and generates Qail operations. Now with intent-awareness from MigrationHint.
Functionsยง
- diff_
schemas - Compute the difference between two schemas.
Returns a
Vec<Qail>representing the operations needed to migrate fromoldtonew. Respects MigrationHint for intent-aware diffing. - diff_
schemas_ checked - Checked variant of
diff_schemasthat rejects unsupported object families. - validate_
state_ diff_ support - Validate that a schema pair is fully supported by state-based diff.