Hacker News new | ask | show | jobs
by slobotron 2704 days ago
Another option is Sqitch. It's database and framework agnostic.

https://sqitch.org/

Postgres Tutorial: https://metacpan.org/pod/sqitchtutorial

1 comments

Came to this thread to suggest squitch. Glad it's mentioned here. I really enjoy it's three generic concepts - deploy, verify, revert - and not having to tie my migrations to any particular language or ORM. In additon, it's supported on every operating system I've used with it and has got a docker image in case that's not good enough.