Sha256: bcc67510181375fed4ca96a063302f30f9e3f6a30e26827d7612f31de979835f
Contents?: true
Size: 631 Bytes
Versions: 10
Compression:
Stored size: 631 Bytes
Contents
# Valkyrie::Sequel Valkyrie adapter for postgres using [Sequel](https://github.com/jeremyevans/sequel) ## Installation Add this line to your application's Gemfile: ```ruby gem 'valkyrie-sequel' ``` And then execute: $ bundle Or install it yourself as: $ gem install valkyrie-sequel ## Running Specs 1. Ensure Postgres is installed (`brew install postgresql` on Mac) 2. 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. 3. `rake db:create` 4. `rspec spec`
Version data entries
10 entries across 10 versions & 1 rubygems