I am considering doing first public release soon and for now, it is better to keep it unaffiliated with any particular company
23 lines
401 B
Markdown
23 lines
401 B
Markdown
# What is Monger
|
|
|
|
Monger is an experimental idiomatic Clojure wrapper around MongoDB Java driver
|
|
|
|
|
|
## Usage
|
|
|
|
TBD
|
|
|
|
|
|
|
|
## Code examples
|
|
|
|
To run code examples, install [lein-exec](https://github.com/kumarshantanu/lein-exec) plugin and run:
|
|
|
|
lein exec examples/basic_operations.clj
|
|
|
|
|
|
## License
|
|
|
|
Copyright (C) 2011 Michael S. Klishin
|
|
|
|
Distributed under the Eclipse Public License, the same as Clojure.
|