Module diff

Module diff 

Source
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 old to new. Respects MigrationHint for intent-aware diffing.