Info
Version: | 1.0.0-alpha3 |
Author(s): | nillerr |
Last Update: | Saturday, January 23, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/MongoDB.MongoContext |
Install
Install-Package MongoDB.MongoContext
dotnet add package MongoDB.MongoContext
paket add MongoDB.MongoContext
MongoDB.MongoContext Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 1.0.0)
- MongoDB.Driver(>= 2.11.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 1.0.0)
- MongoDB.Driver(>= 2.11.0)
- NETStandard.Library(>= 1.6.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 1.0.0)
- MongoDB.Driver(>= 2.11.0)
Tags
Provides a context for performing operations on a MongoDB database, enabling transactions without manually passing IClientSessionHandle objects around, and provides access to every collection all in one place.