Repository contains migration files as well as convenient interface to run migrations, supports only postgresql as backend
Database connection string is expected as environment variable:
ENV['DATABASE_URL'] = postgres://user:secret@dbhost:5432/mydatabasename
rake db:create
rake db:version
rake db:migrate
rake db:rollback
rake db:drop