1.0.0 • Published 9 years ago

dipswitch-postgres v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

dipswitch-postgres

js-standard-style Circle CI Dependency Status

A store for dipswitch which is backed by postgres.

Installation

NPM

npm install --save dipswitch-postgres

Usage

Should only be used in conjuction with dipswitch.

var dipswitchStore = require('dipswitch-postgres')(connectionString)
var Dipswitch = require('dipswitch')
var dipswitch = new Dipswitch({
  store: dipswitchStore
})
...