stripe / pg-schema-diff

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

Database schema source (allow comparing two databases) #107

Closed bplunkett-stripe closed 5 months ago

bplunkett-stripe commented 5 months ago

Description

Create a database schema source (allow comparing two databases)

Motivation

https://github.com/stripe/pg-schema-diff/issues/85#issuecomment-1923374545

Testing

Tested via unit tests