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.