monger/README.md

55 lines
1.1 KiB
Markdown
Raw Normal View History

# Monger
2011-08-04 12:01:26 +00:00
Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver.
2011-08-04 12:01:26 +00:00
2011-09-10 16:28:13 +00:00
2011-08-04 12:01:26 +00:00
## 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.
2011-08-04 12:01:26 +00:00
2011-09-08 20:27:49 +00:00
## This is a Work In Progress
2011-09-08 20:27:49 +00:00
Monger is very much a work in progress and right now, there is nothing to
see here, really.
2011-09-10 16:28:13 +00:00
## Artifacts
Snapshot artifacts are [released to Clojars](https://clojars.org/com.novemberain/monger) 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
[![Continuous Integration status](https://secure.travis-ci.org/michaelklishin/monger.png)](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.
2011-09-08 20:27:49 +00:00
2011-08-04 12:01:26 +00:00
## License
Copyright (C) 2011 Michael S. Klishin
2011-08-04 12:01:26 +00:00
Distributed under the Eclipse Public License, the same as Clojure.