Valkyrie::Sequel
Valkyrie adapter for postgres using Sequel
Installation
Add this line to your application's Gemfile:
gem 'valkyrie-sequel'
And then execute:
$ bundle
Or install it yourself as:
$ gem install valkyrie-sequel
Running Specs
- Ensure Postgres is installed (
brew install postgresql
on Mac) - If necessary, provide the environment variables DB_USERNAME, DB_PASSWORD, DB_HOST, DB_PORT, and DB_DATABASE to the following commands. This should not be necessary on a local development setup, though.
rake db:create
rspec spec