TinyDocDB 0.8.0
See the version list below for details.
dotnet add package TinyDocDB --version 0.8.0
NuGet\Install-Package TinyDocDB -Version 0.8.0
<PackageReference Include="TinyDocDB" Version="0.8.0" />
paket add TinyDocDB --version 0.8.0
#r "nuget: TinyDocDB, 0.8.0"
// Install TinyDocDB as a Cake Addin #addin nuget:?package=TinyDocDB&version=0.8.0 // Install TinyDocDB as a Cake Tool #tool nuget:?package=TinyDocDB&version=0.8.0
TinyDocDB is a free .NET client for accessing DocumentDB, it uses REST API's behind the scenes and provides events based on changes in DocumentDB, polling and notification of changes is handled behind the scenes and you can adjust the polling interval. You can also update and get documents in DocumentDB with one simple call.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This is a work in progress and should be used as an example of how to implement a REST client for DocumentDB. I recommend the official DocumentDB client for more secure and faster access to DocumentDB.