GreenFeetWorkFlow.AdoMsSql
1.0.0.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package GreenFeetWorkFlow.AdoMsSql --version 1.0.0.2
NuGet\Install-Package GreenFeetWorkFlow.AdoMsSql -Version 1.0.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GreenFeetWorkFlow.AdoMsSql" Version="1.0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GreenFeetWorkFlow.AdoMsSql --version 1.0.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GreenFeetWorkFlow.AdoMsSql, 1.0.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GreenFeetWorkFlow.AdoMsSql as a Cake Addin #addin nuget:?package=GreenFeetWorkFlow.AdoMsSql&version=1.0.0.2 // Install GreenFeetWorkFlow.AdoMsSql as a Cake Tool #tool nuget:?package=GreenFeetWorkFlow.AdoMsSql&version=1.0.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Microsoft SQL Server
This package provides integration with Microsoft SQL server to persist steps in the database.
Getting started
To get started
- Create database scemas and tables with https://github.com/kbilsted/MinimaWorkflow.Net/blob/master/src/GreenFeetWorkFlow.AdoPersistence/createdb.sql
- Optionally you rename the schemas and tables to whatever you see fit. Then, on an instance of
SqlServerPersister
set the valuesTableNameReady
,TableNameFail
,TableNameDone
. - Register in your IOC container
SqlServerPersister
such that a new instance is created when the type is resolved. This is due to the fact that each instance controls its local transaction.
var logger = new DiagnosticsStepLogger();
builder.Register<IStepPersister>(c => new SqlServerPersister(ConnectionString, logger));
Due to the support of renaming, you can spin up multiple workflow engines within the same solution. This is useful when you want to create queues with different priorities, for example, a "high priority queue" and a "low priority queue".
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- GreenFeetWorkFlow (>= 1.0.0.2)
- Microsoft.Data.SqlClient (>= 5.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.2 | 140 | 2/4/2024 |
1.3.1 | 104 | 2/1/2024 |
1.3.0 | 100 | 1/31/2024 |
1.2.0 | 101 | 1/30/2024 |
1.1.0 | 244 | 11/1/2023 |
1.0.0.2 | 154 | 10/22/2023 |
1.0.0.1 | 131 | 10/9/2023 |
1.0.0 | 151 | 9/21/2023 |
0.9.0 | 152 | 9/19/2023 |
0.8.0.4 | 145 | 9/1/2023 |
0.8.0.3 | 126 | 9/1/2023 |
0.8.0.2 | 123 | 9/1/2023 |
0.8.0.1 | 138 | 8/31/2023 |
0.8.0 | 129 | 8/30/2023 |
0.0.0.8 | 140 | 8/27/2023 |
0.0.0.7 | 150 | 8/24/2023 |
0.0.0.6 | 130 | 8/23/2023 |
0.0.0.5 | 136 | 8/22/2023 |
0.0.0.4 | 136 | 8/21/2023 |
0.0.0.3 | 144 | 8/20/2023 |