mirror of https://github.com/Budibase/budibase.git
5 changed files with 12 additions and 21 deletions
@ -1,9 +1,5 @@ |
|||
let Pouch |
|||
|
|||
module.exports.getDB = () => { |
|||
return Pouch |
|||
} |
|||
|
|||
module.exports.setDB = pouch => { |
|||
Pouch = pouch |
|||
module.exports.CouchDB = pouch |
|||
} |
|||
|
|||
module.exports.CouchDB = null |
|||
|
|||
Loading…
Reference in new issue