# dbup/dbup

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/dbup-dbup).**

2,603 stars · 536 forks · C# · MIT

## Links

- GitHub: https://github.com/DbUp/DbUp
- Homepage: http://dbup.github.io
- awesome-repositories: https://awesome-repositories.com/repository/dbup-dbup.md

## Description

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.

## Tags

### Part of an Awesome List

- [Database Utilities](https://awesome-repositories.com/f/awesome-lists/data/database-utilities.md) — Library for deploying SQL database changes.
- [Deployment and Infrastructure](https://awesome-repositories.com/f/awesome-lists/devops/deployment-and-infrastructure.md) — Library for managing and deploying SQL database changes.
