Expand description
Developer: s4gor Github: https://github.com/s4gor
Schema diff calculation and representation
This module provides types and logic for calculating differences between two schema snapshots. The diff is structured to support both human-readable and machine-readable output formats.
Structs§
- Column
Diff - Diff for a single column
- Function
Diff - Diff for a function
- Schema
Diff - A complete diff between two schema snapshots
- Table
Diff - Diff for a single table
- Type
Diff - Diff for a type
- View
Diff - Diff for a view
Traits§
- Diff
Calculator - Trait for calculating diffs between snapshots