Daniel Lyons <fus...@storytotell.org> writes:

> I might throw up a bit for suggesting this, but you might also want to  
> look at CouchDB, which uses HTTP to provide a generic JSON "document"  
> store based on Mnesia. It would probably be easier to interface with  
> than Erlang directly and ought to have most of the same benefits since  
> it's built on Mnesia.
>
>    http://couchdb.apache.org/

CouchDB is definitely awesome, but it's not just a web frontend for
Mnesia. It's a totally different database, it just happens to be
implemented in Erlang.

The Clojure interface is pretty straightforward, but it works:

  http://github.com/danlarkin/clojure-couchdb/tree/master

-Phil

--~--~---------~--~----~------------~-------~--~----~
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