Ross ROSS = Recommend OSS · open-source software intelligence for agents

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

github.com/DbUp/DbUp · homepage · C# · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
DbUp/DbUpmain72

For agents

markdown · JSON · MCP: product_card(name="DbUp/DbUp")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem