Monger is an idiomatic Clojure MongoDB driver with sane defaults, batteries included, well documented, low overhead
Find a file
2011-09-02 03:19:35 +04:00
src/monger Add specialized identity convertion of DBObjects, makes it very easy to insert an object and immediately fetch its _id from it 2011-09-02 03:10:18 +04:00
test/monger/test Add a test that harnesses monger.collection/save with new DBObjects (useful for obtaining of the generated _id) 2011-09-02 03:19:35 +04:00
.gitignore Ignore etags file 2011-08-12 21:47:53 +04:00
project.clj Bump mongo driver dependency 2011-09-01 17:14:34 +04:00
README.md Update README 2011-08-04 16:01:26 +04:00

What is Monger

Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver

Usage

TBD

License

Copyright (C) 2011 Orceo GmbH

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