MongoDBMigrations 2.1.0
MongoDbMigrations uses the official MongoDB C# Driver to migrate your documents in your mongo database via useful fluent API.
Supports up and down migrations with cancelation and progress handling. Also, this library is able to check a schema of collections in your database during the migration run.
This version supports on-premise Mongo database either Azure CosmosDB (with Mongo-like API)
PS1 script for integration with CI/CD pipelines provides inside of the repository
Install-Package MongoDBMigrations -Version 2.1.0
dotnet add package MongoDBMigrations --version 2.1.0
<PackageReference Include="MongoDBMigrations" Version="2.1.0" />
paket add MongoDBMigrations --version 2.1.0
Release Notes
https://bitbucket.org/i_am_a_kernel/mongodbmigrations/src/master/ReleaseNotes.md
Dependencies
-
.NETStandard 2.0
- Buildalyzer.Workspaces (>= 2.6.0)
- Microsoft.CodeAnalysis (>= 3.7.0)
- Microsoft.CodeAnalysis.Common (>= 3.7.0)
- Microsoft.CodeAnalysis.CSharp (>= 3.7.0)
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 3.7.0)
- Microsoft.CodeAnalysis.Workspaces.Common (>= 3.7.0)
- MongoDB.Bson (>= 2.11.3)
- MongoDB.Driver (>= 2.11.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.