Skip to content

Instantly share code, notes, and snippets.

@TheSavior
Created June 11, 2015 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheSavior/ab129d1e285fd1ae6650 to your computer and use it in GitHub Desktop.
Save TheSavior/ab129d1e285fd1ae6650 to your computer and use it in GitHub Desktop.
CommonJS Singletons Other
var db = require('./db');
db.connect();
db.query();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment