Cosmetics
This commit is contained in:
parent
5c82651bde
commit
b8d5b27054
1 changed files with 5 additions and 5 deletions
|
|
@ -7,12 +7,12 @@
|
||||||
;; 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 vars that represent various MongoDB operators, for example, $gt or $in or $regex.
|
(ns monger.operators
|
||||||
They can be passed in queries as strings but using vars from this namespace makes the code
|
"Provides vars that represent various MongoDB operators, for example, $gt or $in or $regex.
|
||||||
a bit cleaner and closer to what you would see in a MongoDB shell query.
|
They can be passed in queries as strings but using vars from this namespace makes the code
|
||||||
|
a bit cleaner and closer to what you would see in a MongoDB shell query.
|
||||||
|
|
||||||
Related documentation guide: http://clojuremongodb.info/articles/querying.html"}
|
Related documentation guide: http://clojuremongodb.info/articles/querying.html")
|
||||||
monger.operators)
|
|
||||||
|
|
||||||
(defmacro ^{:private true} defoperator
|
(defmacro ^{:private true} defoperator
|
||||||
[operator]
|
[operator]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue