Monger is an idiomatic Clojure MongoDB driver with sane defaults, batteries included, well documented, low overhead
| examples | ||
| src/monger | ||
| test/monger/test | ||
| .gitignore | ||
| project.clj | ||
| README.md | ||
What is Monger
Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver
Usage
TBD
Code examples
To run code examples, install lein-exec plugin and run:
lein exec examples/basic_operations.clj
License
Copyright (C) 2011 Orceo GmbH
Distributed under the Eclipse Public License, the same as Clojure.