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
representing the operations needed to migrate from oldtonew. Respects MigrationHint for intent-aware diffing.