Skip to content

Instantly share code, notes, and snippets.

@Teino1978-Corp
Created November 7, 2015 22:24
Show Gist options
  • Select an option

  • Save Teino1978-Corp/24ba5dcb7ca17a370e8c to your computer and use it in GitHub Desktop.

Select an option

Save Teino1978-Corp/24ba5dcb7ca17a370e8c to your computer and use it in GitHub Desktop.
module.exports = function(connection) {
function foo() {
connection.query(...)
}
return {
foo : foo
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment