Trax.Effect.StateMachine.Persistence
1.54.0
Prefix Reserved
dotnet add package Trax.Effect.StateMachine.Persistence --version 1.54.0
NuGet\Install-Package Trax.Effect.StateMachine.Persistence -Version 1.54.0
<PackageReference Include="Trax.Effect.StateMachine.Persistence" Version="1.54.0" />
<PackageVersion Include="Trax.Effect.StateMachine.Persistence" Version="1.54.0" />
<PackageReference Include="Trax.Effect.StateMachine.Persistence" />
paket add Trax.Effect.StateMachine.Persistence --version 1.54.0
#r "nuget: Trax.Effect.StateMachine.Persistence, 1.54.0"
#:package Trax.Effect.StateMachine.Persistence@1.54.0
#addin nuget:?package=Trax.Effect.StateMachine.Persistence&version=1.54.0
#tool nuget:?package=Trax.Effect.StateMachine.Persistence&version=1.54.0
Postgres-backed persistence for the Trax snapshot state-machine engine: a user-scoped snapshot store with optimistic concurrency, the FE-drives/BE-validates draft service, and a generic exactly-once effect primitive (lease + fence token).
| 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. |
-
net10.0
- Microsoft.EntityFrameworkCore (>= 10.0.3)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.3)
- Microsoft.Extensions.DependencyInjection (>= 10.0.11)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.11)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.11)
- Microsoft.Extensions.Logging (>= 10.0.11)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.11)
- Npgsql (>= 10.0.3)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 10.0.0)
- Trax.Core (>= 1.6.0)
- Trax.Effect (>= 1.54.0)
- Trax.Effect.Data (>= 1.54.0)
- Trax.Effect.StateMachine (>= 1.54.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Trax.Effect.StateMachine.Persistence:
| Package | Downloads |
|---|---|
|
Trax.Effect.StateMachine.Testing
Cross-runtime differential conformance for Trax state machines: replay a generated differential corpus through the C# engine and get back the cases it fails to reproduce. The corpus is produced by the TypeScript oracle (@trax/state-machine); this proves the two engine ports stay behaviorally identical. Framework-agnostic — returns a diff list you assert on. |
GitHub repositories
This package is not used by any popular GitHub repositories.