Skip to content

Instantly share code, notes, and snippets.

@Darkle
Created October 14, 2015 03:17
Show Gist options
  • Save Darkle/153fc54c7e633afac23e to your computer and use it in GitHub Desktop.
Save Darkle/153fc54c7e633afac23e to your computer and use it in GitHub Desktop.
db.put({
_id: 'mydoc',
title: 'Heroes'
}, function(err, response) {
if (err) {
console.log(err);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment