Monger is an idiomatic Clojure MongoDB driver with sane defaults, batteries included, well documented, low overhead
Find a file
2011-09-09 00:37:53 +04:00
examples Starting adding samples. 2011-09-08 22:27:49 +02:00
src/monger Cosmetics 2011-09-04 04:55:06 +04:00
test/monger/test Introduce monger.collection/find-maps 2011-09-03 18:31:26 +04:00
.gitignore Ignore etags file 2011-08-12 21:47:53 +04:00
project.clj tools.cli should be a development dependency, it is not needed at runtime 2011-09-09 00:37:53 +04:00
README.md Starting adding samples. 2011-09-08 22:27:49 +02:00

What is Monger

Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver

Usage

TBD

Samples

To run sample, install lein-exec (https://github.com/kumarshantanu/lein-exec) and execute:

lein exec examples/basic_operations.clj

License

Copyright (C) 2011 Orceo GmbH

Distributed under the Eclipse Public License, the same as Clojure.