dbup-sqlserver
4.0.0-beta0003
See the version list below for details.
dotnet add package dbup-sqlserver --version 4.0.0-beta0003
NuGet\Install-Package dbup-sqlserver -Version 4.0.0-beta0003
<PackageReference Include="dbup-sqlserver" Version="4.0.0-beta0003" />
paket add dbup-sqlserver --version 4.0.0-beta0003
#r "nuget: dbup-sqlserver, 4.0.0-beta0003"
// Install dbup-sqlserver as a Cake Addin #addin nuget:?package=dbup-sqlserver&version=4.0.0-beta0003&prerelease // Install dbup-sqlserver as a Cake Tool #tool nuget:?package=dbup-sqlserver&version=4.0.0-beta0003&prerelease
DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 3.5
- dbup-core (>= 4.0.0-beta0003)
-
.NETStandard 1.3
- dbup-core (>= 4.0.0-beta0003)
- NETStandard.Library (>= 1.6.1)
- System.Data.SqlClient (>= 4.4.0)
NuGet packages (33)
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 ![EventFlow logo](./icon-128.png) ``` $ 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://docs.geteventflow.net/GettingStarted.html), the [do’s and don’ts](https://docs.geteventflow.net/DosAndDonts.html) and the [FAQ](https://docs.geteventflow.net/FAQ.html). ## 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 (Core). Releases here will only support .NET Standard, .NET Core and .NET versions going forward. - Released - Still development - Not all projects migrated yet Read the [migration guide](./MIGRATION_GUIDE.md) to view the full list of breaking changes as well as recommendations on how to migrate. ### Documentation (not complete) Version 1.x documentation has been pulled into this repository in order to have the code and documentation closer together and (hopefully) have the documentation updated in the same pull-requests as any code changes. ### 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](./MIGRATION_GUIDE.md) 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/. ## Talks directly related to EventFlow - [GOTO Aarhus 2022](https://github.com/rasmus/presentation-goto-2022) by [rasmus](https://github.com/rasmus) Practical event sourcing using EventFlow |
|
Apprio.Enablement.Infrastructure.Database
Package Description |
|
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. |
|
EventFlow.SQLite
SQLite event store for EventFlow |
GitHub repositories (6)
Showing the top 5 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 8
|
|
loresoft/EntityFrameworkCore.Generator
Generate Entity Framework Core model from an existing database
|
Version | Downloads | Last updated |
---|---|---|
6.0.0 | 15,371 | 10/23/2024 |
6.0.0-beta.21 | 8,188 | 7/26/2024 |
6.0.0-beta.9 | 148 | 7/20/2024 |
5.0.41 | 564,999 | 7/20/2024 |
5.0.40 | 1,439,106 | 1/31/2024 |
5.0.39 | 6,704 | 1/30/2024 |
5.0.38 | 29,776 | 1/24/2024 |
5.0.37 | 992,717 | 10/18/2023 |
5.0.8 | 3,149,272 | 11/24/2022 |
4.6.0 | 2,522,847 | 5/5/2022 |
4.5.0 | 5,598,900 | 11/20/2020 |
4.4.0 | 1,394,862 | 6/17/2020 |
4.3.1 | 999,152 | 11/28/2019 |
4.3.0 | 918,505 | 11/26/2019 |
4.2.0 | 3,304,483 | 11/15/2018 |
4.1.1 | 22,377 | 11/7/2018 |
4.1.0 | 1,966,273 | 4/26/2018 |
4.0.1 | 18,903 | 4/24/2018 |
4.0.0 | 63,635 | 4/15/2018 |
4.0.0-beta0005 | 11,612 | 3/17/2018 |
4.0.0-beta0004 | 13,718 | 2/27/2018 |
4.0.0-beta0003 | 43,563 | 2/18/2018 |
4.0.0-beta0002 | 122,789 | 9/12/2017 |