Docstring

This commit is contained in:
Michael Klishin 2013-11-30 23:39:25 +04:00
parent 109aef0645
commit 30da676626

View file

@ -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