Info
Version: | 7.7.0-pre1 |
Author(s): | danielwertheim |
Last Update: | Wednesday, November 24, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/MyCouch |
Install
Install-Package MyCouch
dotnet add package MyCouch
paket add MyCouch
MyCouch Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.1
- Ensure.That(>= 9.2.0)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 12.0.3)
- System.Reflection.Emit.Lightweight(>= 4.7.0)
- Ensure.That(>= 9.2.0)
- Newtonsoft.Json(>= 12.0.3)
- System.Reflection.Emit.Lightweight(>= 4.7.0)
Tags
It tries to keep the domain language of CouchDB and lets you work with requests and responses but also provides you with an alternative simplifying async API. MyCouch lets you work with raw JSON and/or entities/POCOS without requiring any implementation of interfaces or base-classes etc.