Skip to main content
dbup-core package icon

dbup-core

DbUp 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-sqlserver, dbup-mysql)

Total Downloads
66.1M
66,081,134
Published
Feb 23, 2026
Latest stable version

Install

.NET CLI
dotnet add package dbup-core --version 6.1.1
Package Manager Console
Install-Package dbup-core -Version 6.1.1
PackageReference
<PackageReference Include="dbup-core" Version="6.1.1" />

Frameworks

.NETStandard2.0

Dependencies