Cosmetics
This commit is contained in:
parent
56bcf8c209
commit
daa8361c91
1 changed files with 8 additions and 8 deletions
|
|
@ -8,16 +8,16 @@
|
||||||
;; 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 convenience functions for performing most commonly used MongoDB commands.
|
(ns monger.command
|
||||||
For a lower-level API that gives maximum flexibility, see `monger.core/command`. To use
|
"Provides convenience functions for performing most commonly used MongoDB commands.
|
||||||
MongoDB 2.2 Aggregation Framework, see `monger.collection/aggregate`.
|
For a lower-level API that gives maximum flexibility, see `monger.core/command`. To use
|
||||||
|
MongoDB 2.2 Aggregation Framework, see `monger.collection/aggregate`.
|
||||||
|
|
||||||
Related documentation guides:
|
Related documentation guides:
|
||||||
|
|
||||||
* http://clojuremongodb.info/articles/commands.html
|
* http://clojuremongodb.info/articles/commands.html
|
||||||
* http://clojuremongodb.info/articles/aggregation.html
|
* http://clojuremongodb.info/articles/aggregation.html
|
||||||
* http://clojuremongodb.info/articles/mapreduce.html"}
|
* http://clojuremongodb.info/articles/mapreduce.html"
|
||||||
monger.command
|
|
||||||
(:require monger.core)
|
(:require monger.core)
|
||||||
(:use monger.conversion)
|
(:use monger.conversion)
|
||||||
(:import com.mongodb.DB))
|
(:import com.mongodb.DB))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue