Expand description
Diff functionality for comparing snapshots and databases.
This module provides:
- Comparison between a snapshot file and the current database state
- Comparison between two snapshot files
- Human-readable diff output suitable for review
Structs§
- Field
Change - A single field change within a record.
- Modified
Record - A modified record showing which fields changed.
- Snapshot
Diff - Complete diff between two data sources.
- Table
Diff - Diff results for a single table.
Functions§
- diff_
snapshot_ vs_ database - Compare a snapshot against the current database state.
- diff_
snapshots - Compare two snapshots.