MyCouch 3.1.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MyCouch --version 3.1.1
NuGet\Install-Package MyCouch -Version 3.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MyCouch" Version="3.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MyCouch --version 3.1.1
#r "nuget: MyCouch, 3.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MyCouch as a Cake Addin
#addin nuget:?package=MyCouch&version=3.1.1

// Install MyCouch as a Cake Tool
#tool nuget:?package=MyCouch&version=3.1.1

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on MyCouch:

Package Downloads
PMoney.Inventory

Consumes a generic inventory document store to be used in PMoney applications.

PMoney.Customers

Consumes a generic Customers document store to be used in PMoney applications.

Codecamp.CouchDBService

This library used for make couchdb easy to manage

InventorySDK

Consumes a generic inventory document store to be used in PMoney applications.

MyCouch.CloudantIAM

MyCouch extended client for Cloudant authentication methods

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