dipswitch-postgres
v1.0.0
Published
postgres store for dipswitch
Downloads
6
Readme
dipswitch-postgres
A store for dipswitch which is backed by postgres.
Installation
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
})
...