Created
August 2, 2010 01:32
-
-
Save qoelet/503989 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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