diff --git a/src/clojure/monger/db.clj b/src/clojure/monger/db.clj index 085a716..30e9522 100644 --- a/src/clojure/monger/db.clj +++ b/src/clojure/monger/db.clj @@ -9,6 +9,7 @@ ;; You must not remove this notice, or any other, from this software. (ns monger.db + "Functions that provide operations on databases" (:refer-clojure :exclude [find remove count drop distinct empty?]) (:import [com.mongodb Mongo DB DBCollection]) (:require monger.core