Info
Version: | 0.16.9 |
Author(s): | Rodrigo Pazzini Jacques |
Last Update: | Tuesday, June 8, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/EasyMongoDB |
Install
Install-Package EasyMongoDB
dotnet add package EasyMongoDB
paket add EasyMongoDB
EasyMongoDB Download (Unzip the "nupkg" after downloading)
Dependencies
- CoreModule(>= 0.0.4)
- MongoDB.Driver(>= 2.11.3)
Ex:
public class FoobarDAO : QueryableBase<Foobar>;.