mbryzek / schema-evolution-manager

Schema Evolution Manager makes it very simple for engineers to contribute schema changes to a postgresql database, managing the schema evolutions as proper source code. Schema changes are deployed as gzipped tarballs named with the corresponding git tag.
Apache License 2.0
268 stars 47 forks source link

comparison with other tools #46

Open greaber opened 8 years ago

greaber commented 8 years ago

It would be nice if the readme discussed why you might or might not want to use schema-evolution-manager in comparison with alternatives such as sqitch and flyway.