pg-schema-diff icon indicating copy to clipboard operation
pg-schema-diff copied to clipboard

Go library for diffing Postgres schemas and generating SQL migrations

Results 70 pg-schema-diff issues
Sort by recently updated
recently updated
newest added

When trying out this product with the `plan` command, the program errors, because it seems to do some live validation of the plan. If I understand correctly what is happening,...

1. This should be directly fetchable 2. This should be inputtable into the diff function This suggests that we just need one mapping of ergnomic user-facing schema to something the...

Consider allowing users to define a .pg-schema-diff.yaml file that the CLI will read-in so users can quickly run the CLI

Examples include: - Any type of data constraint - Changing the type of a column - Changing the type of a sequence

Add support for row security policies

enhancement

This will cleanup the test code a bit and will greatly accelerate our test cases, since we don't really need to test data packing with each test case.

This will reduce the likelihood of folks introducing a bug by using the name instead of the schema qualified name

tech debt