Rake tasks for database maintenance with Pakyow + Sequel + Postgres. Adds the following rake tasks to your project:
Drops the project's configured database.
Drops the project's configured database.
Runs migrations against the project's configured database (all the way through
or to version
).
Runs config/seeds.rb
to load data into the project's configured database.
Runs db:create
, db:migrate
, and db:seed
.
Runs db:drop
and db:setup
.
Creates a new migration with provided name
, automatically prefixed.
Add pakyow-rake-db
to your project's Gemfile
.