Skip to content

Instantly share code, notes, and snippets.

@Mezzle
Created March 16, 2019 22:33
Show Gist options
  • Save Mezzle/3b6bdf862257a230be1f299fad1e9731 to your computer and use it in GitHub Desktop.
Save Mezzle/3b6bdf862257a230be1f299fad1e9731 to your computer and use it in GitHub Desktop.
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