Skip to content

Instantly share code, notes, and snippets.

@peterzawistowicz
Created June 4, 2015 18:36
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 peterzawistowicz/57ac6d541d12e9e1776a to your computer and use it in GitHub Desktop.
Save peterzawistowicz/57ac6d541d12e9e1776a to your computer and use it in GitHub Desktop.
db.collection(‘docs’).find({a:1}).limit(1).skip(100).toArray(function(err, docs) {
console.dir(err);
console.dir(docs);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment