Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
32 packages returned for Tags:"dbup"
Sort by
Relevance
Downloads
Recently updated
dbup-
consolescripts
by:
brady.holt
357,386 total downloads
last updated
8/16/2018
Latest version:
1.5.0
dbup
database
migrations
scripts
console
Package Manager Console scripts for DbUp. New-Migration [Name] and Start-Migrations commands help to make creating and running DbUp migrations easy.
dbup-
add-
migration
by:
piotrekh
101,157 total downloads
last updated
2/15/2018
Latest version:
1.3.0
dbup
migrations
add-migration
sql
Package manager console command "Add-Migration" that creates an sql file with date and time (yyyyMMddHHmmss) in the file name (e.g. 20170730185349_Migration.sql)
dbup-
sqlserver-
scripting
by:
brady.holt
213,818 total downloads
last updated
1/24/2020
Latest version:
2.2.0
dbup
database
migrations
sqlserver
scripting
definitions
scripts
console
Extends DbUp to provide SQL Server object definition scripting when running migrations from Visual Studio. When a database object changes during a migration, its definition will be saved in the project.
DbUp.
Reboot.
Core
by:
ChrisWill
85,618 total downloads
last updated
1/25/2023
Latest version:
1.5.0
DbUp
Reboot
database
SQL
DbUp Reboot is a fork of the DbUp project that focuses on modern technologies and development approaches. DbUp Reboot makes it easy to deploy and upgrade SQL Server databases by running change scripts. This is...
More information
DbUp.
Reboot.
SqlServer
by:
ChrisWill
81,646 total downloads
last updated
1/25/2023
Latest version:
1.5.0
DbUp
Reboot
database
SQL
DbUp Reboot is a fork of the DbUp project that focuses on modern technologies and development approaches. DbUp Reboot makes it easy to deploy and upgrade SQL Server databases. This package adds MS Sql Server...
More information
DbUp.
SerilogUpgradeLogger
by:
valantonini
30,575 total downloads
last updated
10/8/2015
Latest version:
1.0.5
Serilog
DbUp
Serilog IUpgradeLog Implementation
Improving.
DbUp
by:
provenstyle
18,453 total downloads
last updated
1/21/2018
Latest version:
1.0.6
dbup
DbUp
DBUP
Improving
Adds support to DbUp for SeedData, FirstRun, Always Run and Migrations folders
dbup-
cli
by:
DrWatson1
80,660 total downloads
last updated
1/18/2023
Latest version:
1.8.0
dbup
database
migration
sqlserver
postgresql
mysql
cockroachdb
Command line tool, that can be installed as a .Net global tool, that helps you to deploy changes to databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to...
More information
dbup-
cockroachdb
by:
MattPress
24,411 total downloads
last updated
11/19/2019
Latest version:
1.0.4
dbup
sql
cockroachdb
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds CockroachDb support.
dbup-
SerilogLogger
by:
autom8tions
13,022 total downloads
last updated
4/28/2021
Latest version:
1.0.9
DbUp
Serilog
DbUp Serilog Logger
DbEx
by:
Chullybun
19,630 total downloads
last updated
3/29/2023
Latest version:
2.3.4
dbex
database
dbup
db-up
data-migration
DbEX Database Migration tool base capabilities.
DbUp.
Extensions.
Microsoft.
Logging
by:
ibrahim_abdelkareem
21,341 total downloads
last updated
5/28/2021
Latest version:
1.0.0
DbUp
Db
Up
Db
Logging
Logger
Log
This package extends DbUp logging by enabling using Microsoft.Extensions.Logging.ILogger that's registered in Microsoft Dependency Injection (i.e., IServiceProvider).
Beef.
Database.
Core
by:
Chullybun
19,916 total downloads
last updated
4/28/2023
Latest version:
5.3.1
beef
database
dbup
migration
schema
dbex
Business Entity Execution Framework (Beef) Database tool.
Improving.
DbUp.
QuickStart
by:
provenstyle
6,040 total downloads
last updated
1/21/2018
Latest version:
1.0.6
dbup
DbUp
DBUP
start
quickstart
Start
QuickStart
Quickstart
quick
Quick
Quickstart package for Improving.DbUp.
iayos.
core.
db.
deploy
by:
dale.holborow
11,355 total downloads
last updated
9/25/2017
Latest version:
2.0.3
database
schema
migration
DbUp
C#
in-a-year-or-so
Framework to enable db migrations with an attempt at a generic, point-n-deploy DbUp-incorporated schema maintenance tool.
Improving.
DbUp.
Extended
by:
vincent.buitendach
2,027 total downloads
last updated
11/8/2018
Latest version:
1.0.3.6
dbup
DbUp
DBUP
Improving
Adds support to DbUp for SeedData, FirstRun, Always Run and Migrations folders
DataUp
by:
junioho
5,325 total downloads
last updated
3/9/2016
Latest version:
2.1.1
RabbitSoftware
DataUp
DbUp
Upgrade
Deployment
DataUp makes data migration tasks safe and easy. Just build your application's data revisions as .NET classes then let DataUp to execute them if needed (if a revision has not executed yet). For...
More information
iayos.
DbUp.
ScriptProviders
by:
dale.holborow
5,381 total downloads
last updated
8/15/2017
Latest version:
0.0.6
database
schema
migration
DbUp
C#
in-a-year-or-so
Provide clean names (ie .sql filename and .cs classname WITHOUT namespace and folder path included) for DbUp migration scripts and classes (embedded and filesystem) with namespace removed to futureproof...
More information
SsisUp
by:
jsm85
2,627 total downloads
last updated
5/2/2015
Latest version:
0.0.30
Ssis
Integration
Services
dbup
A framework to automate deployments of SSIS using DbUp
DbUp.
Reboot.
Sqlite
by:
ChrisWill
1,831 total downloads
last updated
1/25/2023
Latest version:
1.5.0
DbUp
Reboot
database
SQL
DbUp Reboot is a fork of the DbUp project that focuses on modern technologies and development approaches. DbUp Reboot makes it easy to deploy and upgrade SQL Server databases. This package adds Sqlite...
More information
Previous
Next