Skip to main content

Module diff

Module diff 

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

FieldChange
A single field change within a record.
ModifiedRecord
A modified record showing which fields changed.
SnapshotDiff
Complete diff between two data sources.
TableDiff
Diff results for a single table.

Functions§

diff_snapshot_vs_database
Compare a snapshot against the current database state.
diff_snapshots
Compare two snapshots.