stripe / pg-schema-diff

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

Add SQL statement comments #77

Open bplunkett-stripe opened 9 months ago

bplunkett-stripe commented 9 months ago

Provide comments to confusing SQL blocks. This will help users more easily interpret what is going on. At some point, we might want to support statement "groups", where we can drop a comment on the entire group. Supporting statement groups would require an API change (or possibly exposing a new API)