Cosmetics

This commit is contained in:
Michael Klishin 2013-11-30 23:43:23 +04:00
parent 3d89d02e9d
commit 12c33ac975

View file

@ -7,11 +7,11 @@
;; the terms of this license. ;; the terms of this license.
;; You must not remove this notice, or any other, from this software. ;; You must not remove this notice, or any other, from this software.
(ns ^{:doc "Provides an expressive Query DSL that is very close to that in the Mongo shell (within reason). (ns monger.query
This is the most flexible and recommended way to query with Monger. Queries can be composed, like in Korma. "Provides an expressive Query DSL that is very close to that in the Mongo shell (within reason).
This is the most flexible and recommended way to query with Monger. Queries can be composed, like in Korma.
Related documentation guide: http://clojuremongodb.info/articles/querying.html"} Related documentation guide: http://clojuremongodb.info/articles/querying.html"
monger.query
(:refer-clojure :exclude [select find sort]) (:refer-clojure :exclude [select find sort])
(:require [monger.core] (:require [monger.core]
[monger.internal pagination] [monger.internal pagination]