Clojure wrapper for the mongo-db java api
https://github.com/aboekhoff/congomongo
New in this release:
• change default Clojure version from 1.5.1 to 1.6.0 (we still support back to 1.3.0)
• update Java driver to 2.12.0 to support MongoDB 2.6.0
• support :write-concern on mass-insert!
One side effect of these updates is that mass-insert! should now be much faster than multiple individual insert! calls, due to performance improvements in the Java driver when used with the latest MongoDB.
Sean Corfield -- (904) 302-SEAN
An Architect's View --
http://corfield.org/
"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)