Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Getting_started_with_C#" page has been changed by AlexRobson.
http://wiki.apache.org/couchdb/Getting_started_with_C%23?action=diff&rev1=5&rev2=6

--------------------------------------------------

  
  == Relax ==
  The Relax library (http://github.com/arobson/Relax) provides interfaces for 
both server control (administrative tasks, replication, etc.) and a repository 
model for working with CouchDB. As the author of Relax, I can say that you 
should definitely take a look at Relax as it provides an extensible, IoC 
friendly, repository pattern for working with domain model persistence against 
my favorite document store.
+ 
+ * Features
+   * Convention based mapping for saving POCOs
+   * Base document types or interfaces for more control
+   * Support for caching (Symbiote integration will provide memcached support)
+   * Attachment support
+   * Bulk-document API
+   * Views
+   * Real-time database change stream
  
  Documentation is currently found at the Symbiote wiki: 
http://www.sharplearningcurve.com/wiki/Symbiote-Relax.ashx. There is also a 
comprehensive demo that's part of the source on github which shows some of 
Relax's more interesting capabilities, such as the ability to subscribe to 
changes in a database as they happen.
  

Reply via email to