Liking cljdoc? Tell your friends :D

Introduction to mongrove

A Clojure library designed to interact with MongoDB.

Motivation

The current de-facto Clojure Mongo driver Monger that we are using is quite out-dated. Most of the java API that it uses is now deprecated. More importantly, it does not have support for all of the classes which are required for doing multi-document transactions.

To that end, we have started efforts of creating a new Clojure driver with an API similar to monger, wrapping over the latest official Java drivers By open sourcing this, we are hoping to give back to the clojure community in a small way.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close