MyCouch 3.2.0
dotnet add package MyCouch --version 3.2.0
NuGet\Install-Package MyCouch -Version 3.2.0
<PackageReference Include="MyCouch" Version="3.2.0" />
paket add MyCouch --version 3.2.0
#r "nuget: MyCouch, 3.2.0"
// Install MyCouch as a Cake Addin #addin nuget:?package=MyCouch&version=3.2.0 // Install MyCouch as a Cake Tool #tool nuget:?package=MyCouch&version=3.2.0
MyCouch is the simple asynchronous CouchDB and Cloudant client for .Net - building on top of the asynchronous HTTP client and uses JSON.Net to provide flexible serialization behaviour.
If you want Cloudant specific features like Lucene Searches, go with the "MyCouch.Cloudant" package instead.
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. MyCouch provides you with some model conventions like
injection of $doctype to the document. It is pluggable. If you don't like some piece, then hook in your implementation instead.
Supports .Net4.0, .Net4.5 and a PCL for Windows store 8.0 and 8.1 (WinRT) and WP8.1.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- Ensure.That (>= 2.0.0)
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Net.Http (>= 2.2.28)
- Newtonsoft.Json (>= 6.0.8)
-
.NETFramework 4.5
- Ensure.That (>= 2.0.0)
- Newtonsoft.Json (>= 6.0.8)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0)
- Ensure.That (>= 2.0.0)
- Newtonsoft.Json (>= 6.0.8)
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on MyCouch:
Repository | Stars |
---|---|
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
|
Version | Downloads | Last updated |
---|
Can be found on project site: https://github.com/danielwertheim/mycouch/wiki/release-notes