2011-08-04 12:01:26 +00:00
|
|
|
# What is Monger
|
|
|
|
|
|
|
|
|
|
Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
TBD
|
|
|
|
|
|
2011-09-08 20:27:49 +00:00
|
|
|
## Samples
|
|
|
|
|
|
|
|
|
|
To run sample, install lein-exec (https://github.com/kumarshantanu/lein-exec) and execute:
|
|
|
|
|
|
|
|
|
|
lein exec examples/basic_operations.clj
|
|
|
|
|
|
|
|
|
|
|
2011-08-04 12:01:26 +00:00
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
Copyright (C) 2011 Orceo GmbH
|
|
|
|
|
|
|
|
|
|
Distributed under the Eclipse Public License, the same as Clojure.
|