Straightforward, generic, extensible CRUD repository for MongoDB.
Info
Version: | 8.0.1 |
Author(s): | Timm Bremekamp |
Last Update: | Tuesday, October 1, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/emuuu/MongoRepository |
NuGet Url: | https://www.nuget.org/packages/MongoGenericRepository |
Install
Install-Package MongoGenericRepository
dotnet add package MongoGenericRepository
paket add MongoGenericRepository
MongoGenericRepository Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Options(>= 5.0.0)
- MongoDB.Driver(>= 2.11.5)
Tags