I've just pushed the CouchDB integration using Lift-JSON and Dispatch that I've 
talked about on the list a couple times before.

It has a couple pieces:
  - A straight JSON integration to CouchDB implemented by providing a family of 
extended Request subclasses that model CouchDB operations such as queries, 
revisions, storing and so on.
  - A Lift-JSON Record implementation, JSONRecord.
  - An extended JSONRecord that integrates with the JSON-oriented integration, 
CouchRecord.

The best examples of how to use it are currently the unit tests:

http://github.com/dpp/liftweb/tree/master/framework/lift-persistence/lift-couchdb/src/test/scala/net/liftweb/couchdb/

They cover most of the API. I plan to write some simple documentation at some 
point.

Share and Enjoy,
-Ross

    
    

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to