53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
# Monger
|
|
|
|
Monger is an idiomatic Clojure wrapper around MongoDB Java driver.
|
|
|
|
|
|
## Usage
|
|
|
|
Before documentation guides & examples are written (targeted for the 1.0 release), it is fair to say that it is *likely to be unusable* to anyone
|
|
other than the author.
|
|
|
|
|
|
## This is a Work In Progress
|
|
|
|
Core Monger APIs are stabilized but it is still a work in progress. Keep that in mind.
|
|
|
|
|
|
## Artifacts
|
|
|
|
Snapshot artifacts are [released to Clojars](https://clojars.org/com.novemberain/monger) every few days.
|
|
|
|
With Leiningen:
|
|
|
|
[com.novemberain/monger "0.11.0-SNAPSHOT"]
|
|
|
|
|
|
With Maven:
|
|
|
|
<dependency>
|
|
<groupId>com.novemberain</groupId>
|
|
<artifactId>monger</artifactId>
|
|
<version>0.11.0-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
|
|
## Continuous Integration
|
|
|
|
[](http://travis-ci.org/michaelklishin/monger)
|
|
|
|
|
|
CI is hosted by [travis-ci.org](http://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](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure.
|