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