Cosmetics
This commit is contained in:
parent
118a6aa872
commit
19ab7eb8a7
1 changed files with 8 additions and 9 deletions
|
|
@ -7,8 +7,8 @@
|
||||||
;; 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 ^{:author "Michael S. Klishin"
|
(ns monger.core
|
||||||
:doc "Thin idiomatic wrapper around MongoDB Java client. monger.core includes
|
"Thin idiomatic wrapper around MongoDB Java client. monger.core includes
|
||||||
fundamental functions that perform database/replica set connection, set default write concern, default database, performing commands
|
fundamental functions that perform database/replica set connection, set default write concern, default database, performing commands
|
||||||
and so on. Most of the functionality is in other monger.* namespaces, in particular monger.collection, monger.query and monger.gridfs
|
and so on. Most of the functionality is in other monger.* namespaces, in particular monger.collection, monger.query and monger.gridfs
|
||||||
|
|
||||||
|
|
@ -16,8 +16,7 @@
|
||||||
|
|
||||||
* http://clojuremongodb.info/articles/connecting.html
|
* http://clojuremongodb.info/articles/connecting.html
|
||||||
* http://clojuremongodb.info/articles/commands.html
|
* http://clojuremongodb.info/articles/commands.html
|
||||||
* http://clojuremongodb.info/articles/gridfs.html"}
|
* http://clojuremongodb.info/articles/gridfs.html"
|
||||||
monger.core
|
|
||||||
(:refer-clojure :exclude [count])
|
(:refer-clojure :exclude [count])
|
||||||
(:use monger.conversion
|
(:use monger.conversion
|
||||||
[monger.result :only [ok?]])
|
[monger.result :only [ok?]])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue