Monger is an idiomatic Clojure MongoDB driver with sane defaults, batteries included, well documented, low overhead
Find a file
Michael S. Klishin af45ad74fb Update license information
I am considering doing first public release soon and for now, it is better
to keep it unaffiliated with any particular company
2011-09-11 11:32:46 +04:00
examples Starting adding samples. 2011-09-08 22:27:49 +02:00
src/monger Use "new style" type hints 2011-09-11 11:11:02 +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 Update license information 2011-09-11 11:32:46 +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 Michael S. Klishin

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