Skip to content

Instantly share code, notes, and snippets.

@cjpartridgeb
Created September 3, 2012 04:36
Show Gist options
  • Save cjpartridgeb/3606748 to your computer and use it in GitHub Desktop.
Save cjpartridgeb/3606748 to your computer and use it in GitHub Desktop.
var db = require('db');
var instance = null;
exports.get = function() {
if(!instance) instance = new db();
return instance;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment