It has batteries included, offers powerful expressive query DSL, strives to support every MongoDB 3.6+ feature and has sane defaults. Monger for modern Clojure and sits on top of the official MongoDB Java driver.
{$push {:tag {$each ["value1" "value2"]}}}
MongoDatabase.watch
and MongoClient.watch
Open a pull request to add to this list, we will be checking these off once complete.
Monger artifacts are released to Clojars.
[com.novemberain/monger "3.1.0"]
Please refer to our Getting Started guide. Don't hesitate to join our mailing list and ask questions, too!
Please see our documentation guides site and API reference.
Our test suite also has many code examples.
Monger requires Clojure 1.9+.
Monger uses Leiningen 2. Make sure you have it installed and then run tests against supported Clojure versions using
lein exec -p bin/ci/before_script.sh
lein test
Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on Github.
Copyright (C) 2011-2018 Michael S. Klishin, Alex Petrov, and the ClojureWerkz team.
Double licensed under the Eclipse Public License (the same as Clojure) or the Apache Public License 2.0.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close