The Principal Dev – Masterclass for Tech Leads

The Principal Dev – Masterclass for Tech LeadsNov 27-28

Join

DbUp is a set of .NET libraries that helps you to deploy changes to different databases like SQL Server. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.

Documentation

To learn more about DbUp check out the documentation.

Status

Package Stable Latest Stable Latest Prerelease Issues Pull Requests
Documentation Documentation Status
DbUp-Core GitHub Actions NuGet NuGet NuGet view view
DbUp-SqlServer GitHub Actions NuGet NuGet NuGet view view
DbUp-MySql GitHub Actions NuGet NuGet NuGet view view
DbUp-SQLite GitHub Actions NuGet NuGet NuGet view view
DbUp-PostgreSQL GitHub Actions NuGet NuGet NuGet view view
DbUp-Firebird GitHub Actions NuGet NuGet NuGet view view
DbUp-Oracle GitHub Actions NuGet NuGet NuGet view view
DbUp-Redshift GitHub Actions NuGet NuGet NuGet view view

End of Life Providers

The following providers are End of Life (EOL) and are no longer maintained:

Extensions by the community

Maintenance and support for the extensions where not provided by the DbUp project. For questions and support on these extensions, please contact the project directly.

CLI

https://github.com/drewburlingame/dbup-cli

A dotnet tool that install all sql scripts from the specified folders. A simple configuration model provides the knobs to control how the scripts are applied. The only code that needs to be written is sql.

DbUpX.Reborn (Previously DbUpX)

https://github.com/mthpbs/DbUpX

Extensions to DbUp supporting easy filtering, ordering and versioning:

DbUp.Extensions

https://github.com/twenzel/DbUp.Extensions

Extensions to DbUp supporting versioning and script providers:

Contributing

NuGet Feed

To build the providers, you will need to add the DbUp NuGet feed to your local machine. Do this by generating a GitHub token with read:package access and running:

dotnet nuget add source --name DbUp --username <YourUsername> --password <TheToken> https://nuget.pkg.github.com/DbUp/index.json

Join libs.tech

...and unlock some superpowers

GitHub

We won't share your data with anyone else.