Azure DocumentDb Repository Pattern is a layer on top of Azure DocumentDb Client that simplifies the communication with the database and provides a repository-like interface.
Info
Version: | 0.3.0.28085 |
Author(s): | Santhos |
Last Update: | Sunday, January 3, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/San7hos/DocumentDbRepository |
NuGet Url: | https://www.nuget.org/packages/Santhos.DocumentDb.Repository |
Install
Install-Package Santhos.DocumentDb.Repository
dotnet add package Santhos.DocumentDb.Repository
paket add Santhos.DocumentDb.Repository
Santhos.DocumentDb.Repository Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.DocumentDB(>= 1.5.2)
Tags