On Sat, Oct 2, 2010 at 2:01 PM, Mark Engelberg <mark.engelb...@gmail.com>wrote:

> So I'm thinking it's time to move to another database.  Doing a
> websearch, I couldn't really figure out which options are "ready for
> prime-time" with respect to Clojure.  For example, searching on
> clojure and couchdb turned up a handful of forks, with no way for me
> to determine if any of them were actually reliable, robust, and
> supported by anyone.
>
> I'd love to hear some experience reports from people using databases
> with Clojure.  What are you using, and are you satisfied?  I'd
> consider going back to an sql-based database if necessary, but I'd
> love to continue using a "nosql" database if possible.
>
> Thanks,
>
> Mark


I've used clutch, it works. Some forks of clojure-couchdb seem actively
developed.

If your requirements are really modest I also don't see why you just don't
roll your own simple library for talking to couch. I've done this with
clj-apache-http and this has worked out well for me.

As far as databases go I think CouchDB is really great. It's well designed,
well documented, and refreshingly simple.

David

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to