monger/test
Michael S. Klishin fe421cc0db Make it possible to opt-out of field keywordization in the query DSL
An example:

``` clojure
(with-collection coll
  (find {})
  (limit 3)
  (sort { :population -1 })
  (keywordize-fields false))
```
2012-02-12 10:13:39 +04:00
..
monger/test Make it possible to opt-out of field keywordization in the query DSL 2012-02-12 10:13:39 +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