Docstring
This commit is contained in:
parent
109aef0645
commit
30da676626
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
;; 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 monger.db
|
(ns monger.db
|
||||||
|
"Functions that provide operations on databases"
|
||||||
(:refer-clojure :exclude [find remove count drop distinct empty?])
|
(:refer-clojure :exclude [find remove count drop distinct empty?])
|
||||||
(:import [com.mongodb Mongo DB DBCollection])
|
(:import [com.mongodb Mongo DB DBCollection])
|
||||||
(:require monger.core
|
(:require monger.core
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue