Info
Version: | 3.1.3 |
Author(s): | Johannes Hoppe and many contributors |
Last Update: | Friday, April 30, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Mongo2Go/Mongo2Go |
NuGet Url: | https://www.nuget.org/packages/Mongo2Go |
Install
Install-Package Mongo2Go
dotnet add package Mongo2Go
paket add Mongo2Go
Mongo2Go Download (Unzip the "nupkg" after downloading)
Dependencies
6 packages depend on this package.
Tags
It targets .NET Standard 2.0.
This Nuget package contains the executables of mongod, mongoimport and mongoexport v4.4.4 for Windows, Linux and macOS.
Mongo2Go has two use cases:
1. Providing multiple, temporary and isolated MongoDB databases for unit tests (or to be precise: integration tests)
2.
Providing a quick to set up MongoDB database for a local developer environment.