Found 759 packages
Migration manager
EntityFrameworkCore migrations for Quartz.NET
EntityFrameworkCore PostgreSQL migrations for Quartz.NET
Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet
Simple but flexible migrations library
Package Description
Raven Migrations is a migration framework for RavenDB to help with updates to your database objects.
Package Description
CSharp migrations tool for MongoDb
Sharp migrations is a framework to help you deal with database changes and versioning over time. The idea comes from the excellent Ruby on Rails migrations and it is the best way to alter your database in a structured and organised manner.
Entity Framework Core Tools for the .NET Command-Line Interface. Enables these commonly used dotnet-ef commands: dotnet ef migrations add dotnet ef migrations list dotnet ef migrations script dotnet ef dbcontext info dotnet ef dbcontext scaffold dotnet ef database drop dotnet ef database update
Adds a command to the package manager console to generate migrations for FluentMigrator.
EntityFrameworkCore SQL migrations for Quartz.NET
Mongo migrations for dot net developers
Typed migrations for MongoDB
Static migrations
Forte Migrations
Package Description
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
Execute migration scripts written in plain old SQL