Skip to content

Instantly share code, notes, and snippets.

@danared
Created March 20, 2015 14:35
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 danared/46f3bfbf824ec0e585b9 to your computer and use it in GitHub Desktop.
Save danared/46f3bfbf824ec0e585b9 to your computer and use it in GitHub Desktop.
{
result: { ok: 1, n: 1 },
connection: … Connection executed against …,
ops: [... Array of documents inserted ...]
}
```
#### Update 2.0 return value
```
{
result: { ok: 1, nModified: 0, n: 1, upserted: [.. Upsert Id’s returned .. ] },
connection: … Connection executed against …,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment