Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Created January 18, 2019 09:49
Show Gist options
  • Save pablocattaneo/a7d2e1e52febf5c498631113a1f417a0 to your computer and use it in GitHub Desktop.
Save pablocattaneo/a7d2e1e52febf5c498631113a1f417a0 to your computer and use it in GitHub Desktop.
db.collectionName.find({ key:value })
// Example:
db.usersToSendEmail.find({_id: ObjectId("5c405972f3d33522c6242d31")})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment