Skip to content

Instantly share code, notes, and snippets.

@xexi
Created February 2, 2017 08:43
Show Gist options
  • Save xexi/3d78f716adeb2d7dfc8d8ee1f693e1ad to your computer and use it in GitHub Desktop.
Save xexi/3d78f716adeb2d7dfc8d8ee1f693e1ad to your computer and use it in GitHub Desktop.
db.collection('myCollection').find( { 'findData': { $exists: true } }).toArray( (err, results) => {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment