0.0
Low commit activity in last 3 years
There's a lot of open issues
No release in over a year
Valkyrie::MetadataAdapter for Postgres using Sequel.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 3.0
~> 3.0
~> 5.0
~> 1.0
 Project Readme

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

  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