Info
Version: | 1.0.0 |
Author(s): | Tengiz Tutisani |
Last Update: | Thursday, December 7, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ttutisani/CouchDBClient |
NuGet Url: | https://www.nuget.org/packages/CouchDBClient |
Install
Install-Package CouchDBClient
dotnet add package CouchDBClient
paket add CouchDBClient
CouchDBClient Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 9.0.1)
Tags
It abstracts and simplifies the usage of CouchDB, so that you can easily use it from your application code. All the complexity of working with plain json and http request/responses is burried under the framework.
You will be able to create, retrieve, save, and delete documents as plain objects, by using this framework.