Skip to main content

Module diff

Module diff 

Source
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§

ColumnDiff
Diff for a single column
FunctionDiff
Diff for a function
SchemaDiff
A complete diff between two schema snapshots
TableDiff
Diff for a single table
TypeDiff
Diff for a type
ViewDiff
Diff for a view

Traits§

DiffCalculator
Trait for calculating diffs between snapshots