MongoCRUD is a high level library to make easy basic operations like create, update, update partial by query, upsert, delete, delete by query, get, search with paging and sorting, and filter buiders.
Info
Version: | 1.6.0 |
Author(s): | Thiago Barradas |
Last Update: | Friday, September 6, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ThiagoBarradas/mongo-crud-dotnet |
NuGet Url: | https://www.nuget.org/packages/Mongo.CRUD |
Install
Install-Package Mongo.CRUD
dotnet add package Mongo.CRUD
paket add Mongo.CRUD
Mongo.CRUD Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 3.1.5)
- MongoDB.Driver(>= 2.10.4)
Tags