Skip to content

Instantly share code, notes, and snippets.

@parshap
Created February 18, 2014 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parshap/9079292 to your computer and use it in GitHub Desktop.
Save parshap/9079292 to your computer and use it in GitHub Desktop.
var user = new User();
user.set("name", "parshap");
user.age("age", 5);
// Only save "name" to Mongo - leave "age" as a modified path in the docuemnt
user.save(["name"], function(err) {
// ...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment