Created
November 29, 2015 22:14
-
-
Save khamiltonuk/8d38428a58d02607e912 to your computer and use it in GitHub Desktop.
The end of ORM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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