stripe / pg-schema-diff

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

Create wrapper around schema name maps such that they can only be queried with a SchemaQualifiedName #103

Open bplunkett-stripe opened 5 months ago

bplunkett-stripe commented 5 months ago

This will reduce the likelihood of folks introducing a bug by using the name instead of the schema qualified name

gauravmarwal commented 1 week ago

Hi @bplunkett-stripe, I'd love to have a crack at this. Can you please share some more context on this issue?

bplunkett-stripe commented 1 week ago

Hmmm this issue is bit of a tough first issue. Maybe this one would be better. Does that interest you?

gauravmarwal commented 5 days ago

@bplunkett-stripe Understood, I'll have a look at this. ✌🏻