Skip to content

Instantly share code, notes, and snippets.

@qoelet
Created August 2, 2010 01:32
Show Gist options
  • Save qoelet/503989 to your computer and use it in GitHub Desktop.
Save qoelet/503989 to your computer and use it in GitHub Desktop.
// Or insert with auto key
users.save(null, {name: "Bob"}, function (err, meta) {
if (err) { throw err; }
// You now have the insert id
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment