DbUp/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. observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 69
- Release rhythm 59
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 81.5
- age_days: 5166
- days_rel: 192
- days_push: 191
- n_releases_24m: 5
Adoption not part of the score
2621 stars · 536 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
DbUp is a .NET library for deploying changes to SQL Server and other databases. It tracks which SQL scripts have already run and executes only the pending change scripts to bring the database up to date.
Use cases
- run sql migration scripts on deploy
- track which database scripts have been applied
- version sql server schema changes
- migrate postgresql database with scripts
- automate database upgrades in ci/cd
- apply idempotent sql change scripts
When to choose
- you want simple script-based database migrations in a .NET application
- you need migration support for many database engines (SQL Server, PostgreSQL, MySQL, Oracle, SQLite)
- you prefer migrations run from application code rather than a separate tool
When to avoid
- you need declarative schema diffing or automatic migration generation
- you use a non-.NET stack with its own ecosystem migration tools
- you need a standalone CLI-first migration tool with interactive rollback
Facets
library · maturity stable
database deployment workflow-automation databases developer-tools dotnet cross-platform database-migration sql-scripts schema-migration sql-server csharp devops
2 sources
- readme: https://github.com/DbUp/DbUp · fetched 2026-08-28 · 054a016c94cb
- homepage: http://dbup.github.io · fetched 2026-08-29 · 2a29f57963a4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| DbUp/DbUp | main | 72 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem