Module diff

Module diff 

Source
Expand description

Schema diff algorithm for generating migrations

Compares two schema states and generates the operations needed to transform one into the other.

Structs§

ColumnChanges
Changes to apply to a column

Enums§

SchemaOperation
Operations that can be performed on a database schema

Functions§

generate_diff
Generate diff between two schema states
resolve_delta
Resolve a delta migration by merging with base schema