stripe / pg-schema-diff

Go library for diffing Postgres schemas and generating SQL migrations
MIT License
270 stars 20 forks source link

New GeneratePlan interface #98

Closed bplunkett-stripe closed 5 months ago

bplunkett-stripe commented 5 months ago

Description

New generate plan interface

This function has a new name to avoid conflicting with the old function. The old function will be deprecated soon.

Motivation

Support non-public schemas and diffing between two databases

Testing