monger/test
Michael S. Klishin bd133c1afc Initial version of the monger.query DSL
Here is what it looks like:

(with-collection "docs"
  (find { :inception_year { $lt 2000 $gte 2011 } })
  (fields { :inception_year 1 :name 1 })
  (skip 10)
  (limit 20)
  (batch-size 50)
  (hint "my-index-name")
  (snapshot))
2011-11-14 15:15:43 +04:00
..
monger/test Initial version of the monger.query DSL 2011-11-14 15:15:43 +04:00
resources/mongo/js Introduce monger.js/load-resource, a helper that loads JS files from the classpath 2011-10-16 15:54:53 +04:00