dipswitch-postgres
1.0.0 • Public • Published 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
})
...
Package Sidebar
Install
Weekly Downloads