Rails Style Ruby Database Migrations with Sequel
If you’ve ever worked with ActiveRecord databases, you know how awesome it can be to manage changes to your database. Make some changes in an indexed migration file, and run rake db:migrate
to apply all changes; your database stays up to date…