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
Entity Framework Core Automatic Migrations allows you to use code first migrations without having a code file in your project for each change you make. How to use: /// Migrations Options public class DbMigrationsOptions { /// <summary> /// Allow auto migration with data lost ...
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