hmiguel / DbUp

DbUp is a .NET library that helps you to deploy changes to SQL Server 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.

Home Page:http://dbup.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DbUp is a .NET library that helps you to deploy changes to SQL Server 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.

Join the chat at https://gitter.im/DbUp/DbUp Build status

Stable Prerelease
Documentation Documentation Status Documentation Status
DbUp NuGet NuGet NuGet
DbUp-SqlServer NuGet NuGet NuGet
DbUp-MySql NuGet NuGet NuGet
DbUp-SQLite NuGet NuGet NuGet
DbUp-SQLite-Mono NuGet NuGet NuGet
DbUp-SqlCe NuGet NuGet NuGet
DbUp-PostgreSQL NuGet NuGet NuGet
DbUp-Redshift NuGet NuGet NuGet
DbUp-Firebird NuGet NuGet NuGet
DbUp-Oracle NuGet NuGet NuGet

Getting Help

To learn more about DbUp check out the documentation

Development

Getting Started

Install:

About

DbUp is a .NET library that helps you to deploy changes to SQL Server 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.

http://dbup.github.io

License:MIT License


Languages

Language:C# 97.8%Language:PowerShell 1.7%Language:TSQL 0.6%