An example:
``` clojure
(with-collection coll
(find {})
(limit 3)
(sort { :population -1 })
(keywordize-fields false))
```
|
||
|---|---|---|
| .. | ||
| monger/test | ||
| resources/mongo/js | ||
An example:
``` clojure
(with-collection coll
(find {})
(limit 3)
(sort { :population -1 })
(keywordize-fields false))
```
|
||
|---|---|---|
| .. | ||
| monger/test | ||
| resources/mongo/js | ||