This easy to use library implements the repository pattern on top of Official MongoDB C# driver.
Info
Version: | 2.2.0 |
Author(s): | Talha Kaan Özkan |
Last Update: | Wednesday, August 26, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/talhakaanozkan/MongoRepositoryNetCore2.2 |
NuGet Url: | https://www.nuget.org/packages/MongoRepository.Persistence |
Install
Install-Package MongoRepository.Persistence
dotnet add package MongoRepository.Persistence
paket add MongoRepository.Persistence
MongoRepository.Persistence Download (Unzip the "nupkg" after downloading)
Dependencies
- MongoRepository.Domain(>= 2.2.0)
- MongoDB.Bson(>= 2.11.0)
- MongoDB.Driver(>= 2.11.0)
- Serilog(>= 2.9.0)
- Serilog.Sinks.MongoDB(>= 4.0.0)