Hacker News new | ask | show | jobs
by arekkas 3525 days ago
how does it differentiate from

* https://github.com/mattes/migrate

* https://github.com/rubenv/sql-migrate

* https://github.com/pressly/goose

1 comments

Goose does too much IMHO, and sql-migrate is mainly a wrapper around goose. I looked at it for inspiration, but disagreed with many choices.

Migrates is another thing, and I like it more except for the lack of configuration file.