41 packages tagged with “DBUP”
Package Manager Console scripts for DbUp. New-Migration [Name] and Start-Migrations commands help to make creating and running DbUp migrations easy.
DbUp Reboot is a fork of the DbUp project that focuses on modern technologies and development approaches. DbUp Reboot makes it easy to deploy and upgrade SQL Server databases. This package adds MS Sql Server support.
DbUp Reboot is a fork of the DbUp project that focuses on modern technologies and development approaches. DbUp Reboot makes it easy to deploy and upgrade SQL Server databases by running change scripts. This is the core library and should be used in conjunction with the database specific package (eg DbUp.Reboot.SqlServer, DbUp.Reboot.Sqlite)
This package extends DbUp logging by enabling using Microsoft.Extensions.Logging.ILogger that's registered in Microsoft Dependency Injection (i.e., IServiceProvider).
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)
Command line tool, that can be installed as a .Net global tool, that helps you to deploy changes to databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.
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.
Adds support to DbUp for SeedData, FirstRun, Always Run and Migrations folders
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds CockroachDb support.
DbEX Database Migration tool base capabilities.
Serilog IUpgradeLog Implementation
DbEX Database Migration tool for SQL Server.
DbUp Serilog Logger
Business Entity Execution Framework (Beef) Database tool.
DbEX Database Migration tool for PostgreSQL.
Quickstart package for Improving.DbUp.
Extensions to DbUp supporting easy filtering, ordering and versioning.
Framework to enable db migrations with an attempt at a generic, point-n-deploy DbUp-incorporated schema maintenance tool.
DbEX Database Migration tool for MySQL.
DataUp makes data migration tasks safe and easy. Just build your application's data revisions as .NET classes then let DataUp to execute them if needed (if a revision has not executed yet). For details: https://juanonsoftware.github.io/DataUp/
Business Entity Execution Framework (Beef) SQL Server Database tool.
Business Entity Execution Framework (Beef) MySQL Database tool.
DbUp Reboot is a fork of the DbUp project that focuses on modern technologies and development approaches. DbUp Reboot makes it easy to deploy and upgrade SQL Server databases. This package adds Sqlite support.
Provide clean names (ie .sql filename and .cs classname WITHOUT namespace and folder path included) for DbUp migration scripts and classes (embedded and filesystem) with namespace removed to futureproof refactoring and relocation of script files. Inspired by my own experience where refactoring would break migrations, and the support ticket: https://github.com/DbUp/DbUp/issues/166
A framework to automate deployments of SSIS using DbUp
SQL Server object definition scripting for DbUp.Reboot. This package extends DbUp.Reboot to provide SQL Server object definition scripting when running migrations from Visual Studio Package Manager Console. When a database object changes during a migration, its latest definition will be saved in the project. This allows you to have all of your database object definitions versioned in your repository and to easily compare the before/after diff of a definition changed by a migration (great for pull request / code reviews!).
DBUp is a package which manages database updates. This package adds additinoal functionality to DBUp like creating the database and log table.
DbUp Reboot is a fork of the DbUp project that focuses on modern technologies and development approaches. DbUp Reboot makes it easy to deploy and upgrade SQL Server databases. This package adds SynapseDWH support.