基于MongoDB.Driver封装的服务工具包,提供基础的增删改查的功能,也就是个MongoDbHelper,可以用于.net core平台,已经通过压力测试,诸位道友可以放心使用。.
Info
Version: | 1.0.1 |
Author(s): | yudiefly |
Last Update: | Saturday, August 31, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/yudiefly/zzhFrameWorks |
NuGet Url: | https://www.nuget.org/packages/ZZH.MongoDB.StandardService |
Install
Install-Package ZZH.MongoDB.StandardService
dotnet add package ZZH.MongoDB.StandardService
paket add ZZH.MongoDB.StandardService
ZZH.MongoDB.StandardService Download (Unzip the "nupkg" after downloading)
Dependencies
- JetBrains.Annotations(>= 2018.3.0)
- Microsoft.Extensions.Configuration(>= 2.1.1)
- Microsoft.Extensions.Configuration.Binder(>= 2.1.1)
- Microsoft.Extensions.DependencyInjection(>= 2.1.1)
- MongoDB.Driver(>= 2.7.3)