198 packages tagged with “migrations”
Adds a command to the package manager console to generate migrations for FluentMigrator.
Package Manager Console scripts for DbUp. New-Migration [Name] and Start-Migrations commands help to make creating and running DbUp migrations easy.
A SQL migration tool originally built for Badgie. Use it to express database changes in a series of sql files which are executed only once.
Package manager console command "Add-Migration" that creates an sql file with date and time (yyyyMMddHHmmss) in the file name (e.g. 20170730185349_Migration.sql)
A set of Cake aliases for Entity Framework code-first migrations.
CSharp migrations tool for MongoDb
Package Description
This package contains the basis necessary to create migrations.
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.
A .NetCore CLI tool to enable EF6 migrations in an Asp.Net Core app.
An awesome ORM for querying and modifying databases.
Extends DbUp to provide SQL Server object definition scripting when running migrations from Visual Studio. When a database object changes during a migration, its definition will be saved in the project.
Mongo migrations for dot net developers
Migration framework for Umbraco (Core+UI).
ThinkingHome.Migrator provider for PostgreSQL
Migration framework for Umbraco (Core).
Abp.FluentMigrator
Migration manager
Database Deploy is a mechanism for scripting updates to your database. DbDeploy will evaluate a given database for the script version currently installed and then create an update script that will update the database to the latest version, based on your script files. DbDeploy can be run as a build task, from the command line, or from many other automated deployment technologies. DbDeploy will also create update scripts that are SqlAzure friendly. DbDeployNet2 is a codeplex open source project. You can get the source at http://dbdeploynet2.codeplex.com
Execute migration scripts written in plain old SQL
Database change management tool.
Tool to run migrations in ElasticSearch
Basic migrations functionality for ClickHouse.Net
Database First Migration Tool
Easily seed an Entity Framework context with data from CSV files
Migration Utilities and seeding for EntityFramework Core
Module which enables database code first migrations functionality.
ThinkingHome.Migrator provider for MS SQL Server