Monger is an idiomatic Clojure MongoDB driver with sane defaults, batteries included, well documented, low overhead
Find a file
Michael S. Klishin a63fc0fadd Add license header
2011-09-11 11:10:42 +04:00
examples Starting adding samples. 2011-09-08 22:27:49 +02:00
src/monger Add license header 2011-09-11 11:10:42 +04:00
test/monger/test Implement monger.collection/rename 2011-09-10 08:46:17 +04:00
.gitignore Ignore etags file 2011-08-12 21:47:53 +04:00
project.clj Bump version to 0.5.0-SNAPSHOT 2011-09-10 08:48:26 +04:00
README.md Minor README update 2011-09-10 20:28:13 +04:00

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.