monger/test
Michael S. Klishin 3534e579b7 Add pagination support to monger.query DSL
An example:

(with-collection coll
                  (find {})
                  (paginate :page 1 :per-page 3)
                  (sort { :title 1 }))
2011-11-15 03:44:19 +04:00
..
monger/test Add pagination support to monger.query DSL 2011-11-15 03:44:19 +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