stripe / pg-schema-diff

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

Multi-schema support #104

Closed bplunkett-stripe closed 5 months ago

bplunkett-stripe commented 5 months ago

Description

Multi-schema support.

This PR adds:

Motivation

Fixes https://github.com/stripe/pg-schema-diff/issues/94

Testing

Tested via unit tests