Excalibur.Postgres
10.0.0-alpha.10
dotnet add package Excalibur.Postgres --version 10.0.0-alpha.10
NuGet\Install-Package Excalibur.Postgres -Version 10.0.0-alpha.10
<PackageReference Include="Excalibur.Postgres" Version="10.0.0-alpha.10" />
<PackageVersion Include="Excalibur.Postgres" Version="10.0.0-alpha.10" />
<PackageReference Include="Excalibur.Postgres" />
paket add Excalibur.Postgres --version 10.0.0-alpha.10
#r "nuget: Excalibur.Postgres, 10.0.0-alpha.10"
#:package Excalibur.Postgres@10.0.0-alpha.10
#addin nuget:?package=Excalibur.Postgres&version=10.0.0-alpha.10&prerelease
#tool nuget:?package=Excalibur.Postgres&version=10.0.0-alpha.10&prerelease
Excalibur.Postgres
Complete PostgreSQL metapackage for Excalibur. One package reference, one registration call -- everything you need to run a production Excalibur application on PostgreSQL.
Quick Start
services.AddExcaliburPostgres(pg =>
{
pg.ConnectionString = "Host=...";
});
This registers: Dispatch core, PostgreSQL event sourcing, outbox, hosting, inbox, sagas, leader election, audit logging, compliance, and data access.
Included Packages
| Package | Purpose |
|---|---|
Excalibur.Dispatch.Postgres |
Dispatch core + event sourcing + outbox + hosting |
Excalibur.Inbox.Postgres |
Idempotent message processing |
Excalibur.Saga.Postgres |
Long-running process managers |
Excalibur.LeaderElection.Postgres |
Multi-instance coordination |
Excalibur.AuditLogging.Postgres |
Audit trail persistence |
Excalibur.Compliance.Postgres |
GDPR/compliance features |
Excalibur.Data.Postgres |
Data access layer |
Component Toggles
All components are enabled by default. Disable optional components via the options:
services.AddExcaliburPostgres(pg =>
{
pg.ConnectionString = connectionString;
pg.UseLeaderElection = false; // skip leader election
pg.UseCompliance = false; // skip GDPR/compliance
});
Tier Model
This is a Complete tier metapackage. See also:
Excalibur.Dispatch.Postgres-- Starter tier (Dispatch + event sourcing + outbox + hosting only)
| 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
- Excalibur.AuditLogging.Postgres (>= 10.0.0-alpha.10)
- Excalibur.Compliance.Postgres (>= 10.0.0-alpha.10)
- Excalibur.Data.Postgres (>= 10.0.0-alpha.10)
- Excalibur.Dispatch.Postgres (>= 10.0.0-alpha.10)
- Excalibur.Inbox.Postgres (>= 10.0.0-alpha.10)
- Excalibur.LeaderElection.Postgres (>= 10.0.0-alpha.10)
- Excalibur.Saga.Postgres (>= 10.0.0-alpha.10)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
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 |
|---|---|---|
| 10.0.0-alpha.10 | 0 | 9/6/2026 |
| 10.0.0-alpha.9 | 51 | 8/31/2026 |
| 10.0.0-alpha.8 | 71 | 8/14/2026 |
| 10.0.0-alpha.7 | 58 | 8/13/2026 |
| 10.0.0-alpha.6 | 69 | 8/11/2026 |
| 10.0.0-alpha.5 | 52 | 8/10/2026 |
| 10.0.0-alpha.4 | 55 | 8/10/2026 |
| 3.0.0-alpha.216 | 75 | 6/30/2026 |
| 3.0.0-alpha.215 | 69 | 6/23/2026 |
| 3.0.0-alpha.214 | 71 | 6/23/2026 |
| 3.0.0-alpha.208 | 66 | 6/11/2026 |
| 3.0.0-alpha.207 | 62 | 6/11/2026 |
| 3.0.0-alpha.205 | 72 | 6/10/2026 |
| 3.0.0-alpha.204 | 64 | 6/8/2026 |
| 3.0.0-alpha.203 | 65 | 6/8/2026 |
| 3.0.0-alpha.202 | 76 | 6/8/2026 |
| 3.0.0-alpha.201 | 63 | 6/8/2026 |
| 3.0.0-alpha.199 | 63 | 6/8/2026 |
| 3.0.0-alpha.198 | 70 | 5/28/2026 |
| 3.0.0-alpha.197 | 77 | 5/28/2026 |
Release notes and versioning policy: https://docs.excalibur-dispatch.dev/docs/migration/version-upgrades