Monger is an idiomatic Clojure MongoDB driver with sane defaults, batteries included, well documented, low overhead
| examples | ||
| src/monger | ||
| test/monger/test | ||
| .gitignore | ||
| .travis.yml | ||
| project.clj | ||
| README.md | ||
Monger
Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver.
Usage
Since these are very early days of the library, it is fair to say that it is completely unusable to anyone other than the author.
This is a Work In Progress
Monger is very much a work in progress and right now, there is nothing to see here, really.
Artifacts
Snapshot artifacts are released to Clojars every few days.
With Leiningen:
[com.novemberain/monger "0.9.0-SNAPSHOT"]
With Maven:
<dependency>
<groupId>com.novemberain</groupId>
<artifactId>monger</artifactId>
<version>0.9.0-SNAPSHOT</version>
</dependency>
Continuous Integration
CI is hosted by travis-ci.org
Supported Clojure versions
Monger is built from the ground up for Clojure 1.3 and up.
License
Copyright (C) 2011 Michael S. Klishin
Distributed under the Eclipse Public License, the same as Clojure.
