Skip to content

Instantly share code, notes, and snippets.

@vastus
Created April 29, 2015 17:49
Show Gist options
  • Select an option

  • Save vastus/c7986f240199b1f0a60c to your computer and use it in GitHub Desktop.

Select an option

Save vastus/c7986f240199b1f0a60c to your computer and use it in GitHub Desktop.
var db = require('./db');
db.query('select * from users').then(function (d){
console.log('hi', d);
}, function (data) {
console.log('a', data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment