![]() |
VOOZH | about |
dotnet add package dbup-sqlserver --version 7.2.0
NuGet\Install-Package dbup-sqlserver -Version 7.2.0
<PackageReference Include="dbup-sqlserver" Version="7.2.0" />
<PackageVersion Include="dbup-sqlserver" Version="7.2.0" />Directory.Packages.props
<PackageReference Include="dbup-sqlserver" />Project file
paket add dbup-sqlserver --version 7.2.0
#r "nuget: dbup-sqlserver, 7.2.0"
#:package dbup-sqlserver@7.2.0
#addin nuget:?package=dbup-sqlserver&version=7.2.0Install as a Cake Addin
#tool nuget:?package=dbup-sqlserver&version=7.2.0Install as a Cake Tool
DbUp makes it easy to deploy and upgrade Microsoft SQL Server databases. This package adds SqlServer support.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on dbup-sqlserver:
| Package | Downloads |
|---|---|
|
dbup
This package exists to allow easy upgrades from pre-4.0 version This package was split into two packages dbup-core and dbup-sqlserver so that non SQL Server packages did not need to also reference the SQL Server code. Uninstall this package and install dbup-sqlserver, or the package for the server(s) you are targeting instead! |
|
|
EventFlow.MsSql
# EventFlow   ``` $ dotnet add package EventFlow ``` EventFlow is a basic CQRS+ES framework designed to be easy to use. Have a look at our [getting started guide](https://geteventflow.net/getting-started/), the [doβs and donβts](https://geteventflow.net/additional/dos-and-donts/) and the [FAQ](https://geteventflow.net/additional/faq/). Alternatively, join our [Discord](https://discord.gg/QfgNPs5WxR) server to engage with the community. Its hopefully getting a reboot to kickstart the upcoming release of v1. ## Features * **Easy to use**: Designed with sensible defaults and implementations that make it easy to create an example application * **Highly configurable and extendable**: EventFlow uses interfaces for every part of its core, making it easy to replace or extend existing features with custom implementation * **No use of threads or background workers** * **MIT licensed** Easy to understand and use license for enterprise ## Versions Development of version 1.0 has started and is mainly braking changes regarding changes related to replacing EventFlow types with that of Microsoft extension abstractions, mainly `IServiceProvider` and `ILogger<>`. The following list key characteristics of each version as well as its related branches (not properly configured yet). * `1.x` Represents the next iteration of EventFlow that aligns EventFlow with the standard packages for .NET. Releases here will only support .NET Standard, .NET Core and .NET versions 6+ going forward. - Released - Still development - Not all projects migrated yet Read the [migration guide](https://geteventflow.net/migrations/v0-to-v1/) to view the full list of breaking changes as well as recommendations on how to migrate. ### Documentation Version 1.x documentation has been pulled into this repository in order to have the code and documentation closer together and have the documentation updated in the same pull-requests as any code changes. The compiled version of the documentation is available at https://geteventflow.net/. ### NuGet package status - π’ ported - π newly added to 1.0 - π not yet ported to 1.0 - π for packages that are removed as part of 1.0 (see the [migration guide](https://geteventflow.net/migrations/v0-to-v1/) for details) Projects - π’ `EventFlow` - π `EventFlow.AspNetCore` - π `EventFlow.Autofac` - π `EventFlow.DependencyInjection` - π `EventFlow.Elasticsearch` - π’ `EventFlow.EntityFramework` - π `EventFlow.EventStores.EventStore` - π’ `EventFlow.Hangfire` - π’ `EventFlow.MongoDB` - π’ `EventFlow.MsSql` - π `EventFlow.Owin` - π’ `EventFlow.PostgreSql` - π `EventFlow.Redis` - π’ `EventFlow.RabbitMQ` - π’ `EventFlow.Sql` - π’ `EventFlow.SQLite` - π’ `EventFlow.TestHelpers` ### Branches - `develop-v1`: Development branch, pull requests should be done here - `release-v1`: Release branch, merge commits are done to this branch from `develop-v1` to create releases. Typically each commit represents a release * `0.x` (legacy) The current stable version of EventFlow and has been the version of EventFlow for almost six years. 0.x versions have .NET Framework support and limited support to the Microsoft extension packages through extra NuGet packages. Feature and bug fix releases will still be done while there's interest in the community. ### Branches - `develop-v0`: Development branch, pull requests should be done here - `release-v0`: Release branch, merge commits are done to this branch from `develop-v0` to create releases. Typically each commit represents a release ### Documentation Version 0.x documentation is (although a bit outdated) is live at https://docs.geteventflow.net/. |
|
|
DbUp.Downgrade
Extends DbUp pipeline adding capability to store revert scripts in Schema Version table. In case that older version is found newer versions are rolled back. SchemaVersion implementation for MS SqlServer. |
|
|
Apprio.Enablement.Infrastructure.Database
Package Description |
|
|
Umbraco.Commerce.Persistence.SqlServer
Contains SQL Server persistence specific interface implementations for Umbraco Commerce |
Showing the top 6 popular GitHub repositories that depend on dbup-sqlserver:
| Repository | Stars |
|---|---|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
|
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
|
|
|
eventflow/EventFlow
Async/await first CQRS+ES and DDD framework for .NET
|
|
|
lkurzyniec/netcore-boilerplate
Boilerplate of API in .NET 10
|
|
|
loresoft/EntityFrameworkCore.Generator
Generate Entity Framework Core model from an existing database
|
|
|
lithnet/access-manager
Access Manager provides web-based access to local admin (LAPS) passwords, BitLocker recovery keys, and just-in-time administrative access to Windows computers in a modern, secure, and user-friendly way.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 7.2.0 | 942,964 | 2/24/2026 |
| 6.0.16 | 1,316,850 | 11/6/2025 |
| 6.0.0 | 4,459,431 | 10/23/2024 |
| 6.0.0-beta.21 | 55,063 | 7/26/2024 |
| 6.0.0-beta.9 | 269 | 7/20/2024 |
| 5.0.41 | 6,237,156 | 7/20/2024 |
| 5.0.40 | 3,333,131 | 1/31/2024 |
| 5.0.39 | 19,369 | 1/30/2024 |
| 5.0.38 | 75,457 | 1/24/2024 |
| 5.0.37 | 1,730,503 | 10/18/2023 |
| 5.0.8 | 4,205,226 | 11/24/2022 |
| 4.6.0 | 3,381,634 | 5/5/2022 |
| 4.5.0 | 6,570,602 | 11/20/2020 |
| 4.4.0 | 1,526,872 | 6/17/2020 |
| 4.3.1 | 1,137,217 | 11/28/2019 |
| 4.3.0 | 999,147 | 11/26/2019 |
| 4.2.0 | 4,023,295 | 11/15/2018 |
| 4.1.1 | 25,531 | 11/7/2018 |
| 4.1.0 | 2,244,428 | 4/26/2018 |