This commit is contained in:
Michael Klishin 2013-11-30 20:16:18 +04:00
parent 02121379e7
commit 6ba204a602

View file

@ -18,8 +18,8 @@
* http://clojuremongodb.info/articles/commands.html * http://clojuremongodb.info/articles/commands.html
* http://clojuremongodb.info/articles/aggregation.html * http://clojuremongodb.info/articles/aggregation.html
* http://clojuremongodb.info/articles/mapreduce.html" * http://clojuremongodb.info/articles/mapreduce.html"
(:require monger.core) (:require monger.core
(:use monger.conversion) [monger.conversion :refer :all])
(:import com.mongodb.DB)) (:import com.mongodb.DB))