FEB.EventSourcing.Sql
9.0.0-beta.1
dotnet add package FEB.EventSourcing.Sql --version 9.0.0-beta.1
NuGet\Install-Package FEB.EventSourcing.Sql -Version 9.0.0-beta.1
<PackageReference Include="FEB.EventSourcing.Sql" Version="9.0.0-beta.1" />
<PackageVersion Include="FEB.EventSourcing.Sql" Version="9.0.0-beta.1" />
<PackageReference Include="FEB.EventSourcing.Sql" />
paket add FEB.EventSourcing.Sql --version 9.0.0-beta.1
#r "nuget: FEB.EventSourcing.Sql, 9.0.0-beta.1"
#:package FEB.EventSourcing.Sql@9.0.0-beta.1
#addin nuget:?package=FEB.EventSourcing.Sql&version=9.0.0-beta.1&prerelease
#tool nuget:?package=FEB.EventSourcing.Sql&version=9.0.0-beta.1&prerelease
FEB.EventSourcing.Sql
Relational persistence core for the FEB.EventSourcing framework over plain ADO.NET:
event streams (transactional append with optimistic concurrency), snapshots and
the outbox with per-subscriber delivery tracking. Database specifics live in a
small ISqlDialect; use it through FEB.EventSourcing.Postgres or
FEB.EventSourcing.SqlServer — or bring your own dialect via es.UseSql(dialect, …).
Documentation: see the docs/ folder in the repository (sql.md).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net8.0
- FEB.EventSourcing (>= 9.0.0-beta.1)
- FEB.EventSourcing.Abstractions (>= 9.0.0-beta.1)
- FEB.EventSourcing.Snapshots (>= 9.0.0-beta.1)
- FEB.EventSourcing.StateContracts (>= 9.0.0-beta.1)
- K4os.Compression.LZ4 (>= 1.3.8)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.3)
- ZstdSharp.Port (>= 0.8.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FEB.EventSourcing.Sql:
| Package | Downloads |
|---|---|
|
FEB.EventSourcing.SqlServer
SQL Server persistence for FEB.EventSourcing (events, snapshots, outbox) via Microsoft.Data.SqlClient. |
|
|
FEB.EventSourcing.Postgres
PostgreSQL persistence for FEB.EventSourcing (events, snapshots, outbox) via Npgsql. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.0.0-beta.1 | 65 | 8/15/2026 |