Re: ANN: Mongoika, a new Clojure MongoDB library

2012-07-30 Thread Tokusei NOBORIO
Have you taken a look at other libraries such as CongoMongo I used CongoMongo in the past, And decided I need a library with more features. This is why I wrote Mongoika. Monger also lets you work with query cursors as lazy sequences, uses Mongo shell syntax for queries with maps and supports

Re: ANN: Mongoika, a new Clojure MongoDB library

2012-07-30 Thread Tokusei NOBORIO
...@gmail.com: On Mon, Jul 30, 2012 at 5:12 PM, Tokusei NOBORIO t.nobo...@gmail.com wrote: I used CongoMongo in the past, And decided I need a library with more features. What features were missing? Always interested in making CongoMongo better - since there's a whole team of contributors

ANN: Mongoika, a new Clojure MongoDB library

2012-07-19 Thread Tokusei NOBORIO
Hi everyone, I want to introduce Mongoika. Mongoika is a MongoDB library for Clojure. We have used this library for a few projects, and have found it easy to use and efficient. For this release we have fixed a few bugs from our prototype, and it is now production ready. Mongoika simplifies