A wrapper of MongoDB.Driver, aimed to streamline the process of accessing and modifying documents in a MongoDB database.
Info
Version: | 0.0.1 |
Author(s): | Nick Roscarel |
Last Update: | Saturday, March 21, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Nick-Roscarel/SimpleMongo |
NuGet Url: | https://www.nuget.org/packages/SimpleMongo |
Install
Install-Package SimpleMongo
dotnet add package SimpleMongo
paket add SimpleMongo
SimpleMongo Download (Unzip the "nupkg" after downloading)
Dependencies
- MongoDB.Driver(>= 2.10.2)
Tags