Skip to main content

Module diff

Module diff 

Source
Expand description

Schema diff engine.

Compares two YAuthSchema snapshots (previous plugins vs current) and produces incremental SQL operations.

Enums§

SchemaChange
A single schema change operation.

Functions§

format_sql_diff
Format a text diff of two SQL strings for display.
render_changes_sql
Render schema changes as SQL for the given dialect.
schema_diff
Compute the diff between two schemas.