Top 20 NuGet migrations Packages

Package Description
Mongo migrations for dot net developers
Adds a command to the package manager console to generate migrations for FluentMigrator.
Lightweight DB migrations library. Intended for applying migrations stored in embedded sql files
Database provider for kcartlidge/migratable adding support for MySql/MariaDB
Basic migrations functionality for ClickHouse.Net
Library for running database scripts across different evnironments for easier DevOps
PostgreSQL provider for Marvin.Migration (migration tool for .NET: supports sql script migrations and custom migrations written by C#)
Add a commands to the package manager console to generate migrations for FluentMigrator.
Descripción de la liberia
An alternative fluent interface for FluentMigrator.
Database provider for kcartlidge/migratable adding support for Postgres
Enable Automatic Migrations for Entity Framework Core for SQL Databases without manual migration files. The package support following ways to apply/view-applied migrations: ### Context methods * Execute(TContext context); * Execute(TContext context, TMigrationsOptions options); * ExecuteAsync(T...
Adds a command to the package manager console to generate migrations for FluentMigrator.
Enable Automatic Migrations for Entity Framework Core for SQL Databases. How to use: MigrateDatabaseToLatestVersion.ExecuteAsync(context).Wait(); public class DbMigrationsOptions { public bool AutomaticMigrationDataLossAllowed { get; set; } = true; public bo...
DbKeeperNet is a handy component simplifying deployment of database schema changes (database migrations) working with various RDBMS systems.
SQLite support extension for DbKeeperNet database migrations
MSSQL Server support extension for DbKeeperNet database migrations
Command tool for generating managing and running database migrations