MongoDBMigrationsRZ 1.3.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) or even AWS DocumentDB. In addition you can use TLS and/or SHH tunnels in your migrations.
PS1 script for integration with CI/CD pipelines provides inside of the repository
No packages depend on MongoDBMigrationsRZ.
.NET 9.0
- Buildalyzer.Workspaces (>= 7.1.0)
- JetBrains.Annotations (>= 2024.3.0)
- MongoDB.Bson (>= 3.0.0)
- MongoDB.Driver (>= 3.0.0)
- System.Drawing.Common (>= 9.0.0)
- System.Security.Cryptography.Xml (>= 9.0.0)