Cosmetics
This commit is contained in:
parent
e540d453a0
commit
8837fb46b9
1 changed files with 8 additions and 8 deletions
|
|
@ -7,16 +7,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 functions that determine if a query (or other database operation)
|
(ns monger.result
|
||||||
was successful or not.
|
"Provides functions that determine if a query (or other database operation)
|
||||||
|
was successful or not.
|
||||||
|
|
||||||
Related documentation guides:
|
Related documentation guides:
|
||||||
|
|
||||||
* http://clojuremongodb.info/articles/inserting.html
|
* http://clojuremongodb.info/articles/inserting.html
|
||||||
* http://clojuremongodb.info/articles/updating.html
|
* http://clojuremongodb.info/articles/updating.html
|
||||||
* http://clojuremongodb.info/articles/commands.html
|
* http://clojuremongodb.info/articles/commands.html
|
||||||
* http://clojuremongodb.info/articles/mapreduce.html"}
|
* http://clojuremongodb.info/articles/mapreduce.html"
|
||||||
monger.result
|
|
||||||
(:import [com.mongodb DBObject WriteResult MapReduceOutput]
|
(:import [com.mongodb DBObject WriteResult MapReduceOutput]
|
||||||
clojure.lang.IPersistentMap)
|
clojure.lang.IPersistentMap)
|
||||||
(:require monger.conversion))
|
(:require monger.conversion))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue