Created
March 16, 2019 22:33
-
-
Save Mezzle/3b6bdf862257a230be1f299fad1e9731 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let db; | |
const connect = () => { | |
db = Mongo.ConnectDbOrWhateverCommandIs(); | |
}; | |
module.exports = { | |
db, | |
connect | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment