PostgreSQLのデータベーススキーマの差分(diff)を取れるツール。差分を埋めるための段階的なDDLを提示してくれる。これ何気にすごいかも。fromとtoに別のPostgreSQLを指定できるので、開発環境と本番環境の差分反映とかできそう
---
GitHub - stripe/pg-schema-diff: Go library for diffing Postgres schemas and generating SQL migrations
https://github.com/stripe/pg-schema-diff
#bookmarks