Straightforward, generic, extensible CRUD repository for MongoDB.
Info
| Version: | 9.0.4 |
| Author(s): | Timm Bremekamp |
| Last Update: | Wednesday, April 16, 2025 |
| .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