let Pouch
module.exports.setDB = pouch => {
Pouch = pouch
}
module.exports.getDB = dbName => {
return new Pouch(dbName)
module.exports.getCouch = () => {
return Pouch