Shuttle.Recall.SqlServer.EventProcessing
21.0.0-alpha
Prefix Reserved
This is a prerelease version of Shuttle.Recall.SqlServer.EventProcessing.
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 Shuttle.Recall.SqlServer.EventProcessing --version 21.0.0-alpha
NuGet\Install-Package Shuttle.Recall.SqlServer.EventProcessing -Version 21.0.0-alpha
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="Shuttle.Recall.SqlServer.EventProcessing" Version="21.0.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Shuttle.Recall.SqlServer.EventProcessing" Version="21.0.0-alpha" />
<PackageReference Include="Shuttle.Recall.SqlServer.EventProcessing" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Shuttle.Recall.SqlServer.EventProcessing --version 21.0.0-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Shuttle.Recall.SqlServer.EventProcessing, 21.0.0-alpha"
#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.
#:package Shuttle.Recall.SqlServer.EventProcessing@21.0.0-alpha
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Shuttle.Recall.SqlServer.EventProcessing&version=21.0.0-alpha&prerelease
#tool nuget:?package=Shuttle.Recall.SqlServer.EventProcessing&version=21.0.0-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Sql Server
PM> Install-Package Shuttle.Recall.Sql.EventProcessing
A Sql Server implementation of the Shuttle.Recall event sourcing mechanism.
Configuration
services.AddSqlEventProcessing(builder =>
{
builder.Options.EventProjectionConnectionStringName = "event-projection-connection-string-name";
builder.Options.EventStoreConnectionStringName = "event-store-connection-string-name";
});
services.AddEventStore(builder =>
{
builder.AddEventHandler<ProjectionNameHandler>("ProjectionName");
});
The default JSON settings structure is as follows:
{
"Shuttle": {
"EventProcessing": {
"EventProjectionConnectionStringName": "event-projection-connection-string-name",
"EventStoreConnectionStringName": "event-store-connection-string-name"
}
}
}
Database
In order to create the relevant database structures execute the relevant ProjectionCreate.sql script:
%userprofile%\.nuget\packages\shuttle.recall.sql.eventprocessing\{version}\scripts\{provider}\ProjectionCreate.sql
Supported providers
Microsoft.Data.SqlClientSystem.Data.SqlClient
If you'd like support for another SQL-based provider please feel free to give it a bash and send a pull request if you do go this route. You are welcome to create an issue and assistance will be provided where possible.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.EntityFrameworkCore.SqlServer (>= 10.0.1)
- Shuttle.Recall (>= 21.0.0-alpha)
- Shuttle.Recall.SqlServer.Storage (>= 21.0.0-alpha)
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 |
|---|---|---|
| 22.0.1 | 91 | 8/17/2026 |
| 22.0.0-beta.1 | 52 | 8/15/2026 |
| 22.0.0-alpha.1 | 60 | 8/15/2026 |
| 21.0.3 | 743 | 4/17/2026 |
| 21.0.2 | 125 | 4/15/2026 |
| 21.0.2-rc3 | 140 | 4/11/2026 |
| 21.0.2-rc2 | 164 | 3/21/2026 |
| 21.0.1-rc1 | 133 | 2/28/2026 |
| 21.0.1-beta | 144 | 2/7/2026 |
| 21.0.0-alpha | 127 | 1/18/2026 |