Skip to content

Instantly share code, notes, and snippets.

@khamiltonuk
Created November 29, 2015 22:14
Show Gist options
  • Select an option

  • Save khamiltonuk/8d38428a58d02607e912 to your computer and use it in GitHub Desktop.

Select an option

Save khamiltonuk/8d38428a58d02607e912 to your computer and use it in GitHub Desktop.
The end of ORM
query = new BasicDBObject("i",
new BasicDBObject("$gt", 20).
append("$lte", 30));
cursor = coll.find(query);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment