Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 978 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 978 Bytes

DotCradle

A thing wrapper round CouchDb's REST API for .NET apps.

Introduction

Heavily inspired by the node.js cradle library.

Not much to see yet, just an experiment in progress. The intention is to provide a simple API to that other libraries don't have to worry about any HTTP gubbins when talking to CouchDb, they simply call Get, Post etc. It also does not intend to provide any method of JSON serialization/deserialization, that is left to the consuming library (I also intend to write a wrapper somewhat similar to Simple.Data that works with dynamic objects and takes care of JSON etc.).

Plan

A very rough list of stuff:

  1. test data auto-setup
  2. get list of dbs
  3. create db
  4. get list of docs
  5. add doc
  6. retrieve doc
  7. update doc
  8. delete doc
  9. update multiple docs
  10. attachments
  11. rake build file
  12. NuGet package