12 packages tagged with “schema-migration”
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
A lightweight wrapper around the official MongoDB C# Driver designed to help you manage document migrations in your MongoDB database which supports standalone MongoDB instances, Azure CosmosDB for MongoDB, and AWS DocumentDB.
A .NET CLI tool to generate JSON from SQL Server tables and create SQL scripts for database schema and data migration. Supports flexible column mapping, data transformation, and transaction-safe migrations.
Mongo.Migration is designed for MongoDB C# Driver to migrate your documents easily on-the-fly.
Abstractions and interfaces for AdaskoTheBeAsT.MongoDbMigrations library. Contains IMigration, IAsyncMigration interfaces and related types.
SchemaBridge.EF is a lightweight helper library for migrating data between databases when splitting a monolithic system into microservices. It provides a structured, resumable transfer pipeline based on Entity Framework, including table transport, optional change-tracking via cache tables, and post-transfer validation. The library focuses on safe data migration without one-off scripts, using explicit transporters and checkers instead. 9.0.0 – Initial release.
AdaskoTheBeAsT.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
SSH Tunnel for MongoDBMigrationsRZ