stripe / pg-schema-diff

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

Create guidelines for declarative schema setup #45

Open bplunkett-stripe opened 1 year ago

bplunkett-stripe commented 1 year ago

We should create a set of guidelines (or examples) for folks who want to use the library to declaratively manage their database schema's in a project, e.g., where should folks put their SQL files, how should they test changes, etc.