Excalibur.Postgres
10.0.0-alpha.8
dotnet add package Excalibur.Postgres --version 10.0.0-alpha.8
NuGet\Install-Package Excalibur.Postgres -Version 10.0.0-alpha.8
<PackageReference Include="Excalibur.Postgres" Version="10.0.0-alpha.8" />
<PackageVersion Include="Excalibur.Postgres" Version="10.0.0-alpha.8" />
<PackageReference Include="Excalibur.Postgres" />
paket add Excalibur.Postgres --version 10.0.0-alpha.8
#r "nuget: Excalibur.Postgres, 10.0.0-alpha.8"
#:package Excalibur.Postgres@10.0.0-alpha.8
#addin nuget:?package=Excalibur.Postgres&version=10.0.0-alpha.8&prerelease
#tool nuget:?package=Excalibur.Postgres&version=10.0.0-alpha.8&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
- Asp.Versioning.Mvc (>= 8.1.1)
- Asp.Versioning.Mvc.ApiExplorer (>= 8.1.1)
- AspNetCore.HealthChecks.Npgsql (>= 9.0.0)
- Ben.Demystifier (>= 0.4.1)
- BenchmarkDotNet (>= 0.15.8)
- CloudNative.CloudEvents (>= 2.8.0)
- CloudNative.CloudEvents.SystemTextJson (>= 2.8.0)
- Cronos (>= 0.12.0)
- Dapper (>= 2.1.72)
- Excalibur.AuditLogging.Postgres (>= 10.0.0-alpha.8)
- Excalibur.Compliance.Postgres (>= 10.0.0-alpha.8)
- Excalibur.Data.Postgres (>= 10.0.0-alpha.8)
- Excalibur.Dispatch.Postgres (>= 10.0.0-alpha.8)
- Excalibur.Inbox.Postgres (>= 10.0.0-alpha.8)
- Excalibur.LeaderElection.Postgres (>= 10.0.0-alpha.8)
- Excalibur.Saga.Postgres (>= 10.0.0-alpha.8)
- FluentValidation (>= 12.1.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- IdentityModel (>= 7.0.0)
- JsonNet.ContractResolvers (>= 2.0.0)
- Medo.Uuid7 (>= 3.2.0)
- MemoryPack (>= 1.21.4)
- Microsoft.ApplicationInsights (>= 3.1.0)
- Microsoft.AspNetCore.Authorization (>= 10.0.7)
- Microsoft.CodeAnalysis.Analyzers (>= 5.3.0)
- Microsoft.CodeAnalysis.Common (>= 5.3.0)
- Microsoft.CodeAnalysis.CSharp (>= 5.3.0)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Caching.Memory (>= 10.0.10)
- Microsoft.Extensions.Configuration (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.Configuration.CommandLine (>= 10.0.10)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 10.0.10)
- Microsoft.Extensions.Configuration.Json (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Hosting (>= 10.0.10)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Http (>= 10.0.10)
- Microsoft.Extensions.Logging (>= 10.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Logging.Console (>= 10.0.10)
- Microsoft.Extensions.ObjectPool (>= 10.0.10)
- Microsoft.Extensions.Options (>= 10.0.10)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.10)
- Microsoft.IdentityModel.Tokens (>= 8.17.0)
- Microsoft.OpenApi (>= 2.7.5)
- MongoDB.Driver (>= 3.8.0)
- NCrontab (>= 3.4.0)
- Npgsql (>= 10.0.2)
- OpenTelemetry (>= 1.15.3)
- OpenTelemetry.Api (>= 1.15.3)
- OpenTelemetry.Extensions.Hosting (>= 1.15.3)
- Polly (>= 8.6.6)
- QuestPDF (>= 2026.2.4)
- SharpCompress (>= 0.48.0)
- Snappier (>= 1.3.1)
- Swashbuckle.AspNetCore.SwaggerGen (>= 10.1.7)
- System.IdentityModel.Tokens.Jwt (>= 8.17.0)
- System.IO.Hashing (>= 10.0.7)
- System.Threading.RateLimiting (>= 10.0.7)
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.8 | 35 | 8/14/2026 |
| 10.0.0-alpha.7 | 36 | 8/13/2026 |
| 10.0.0-alpha.6 | 49 | 8/11/2026 |
| 10.0.0-alpha.5 | 45 | 8/10/2026 |
| 10.0.0-alpha.4 | 45 | 8/10/2026 |
| 3.0.0-alpha.216 | 72 | 6/30/2026 |
| 3.0.0-alpha.215 | 67 | 6/23/2026 |
| 3.0.0-alpha.214 | 65 | 6/23/2026 |
| 3.0.0-alpha.208 | 63 | 6/11/2026 |
| 3.0.0-alpha.207 | 61 | 6/11/2026 |
| 3.0.0-alpha.205 | 71 | 6/10/2026 |
| 3.0.0-alpha.204 | 62 | 6/8/2026 |
| 3.0.0-alpha.203 | 62 | 6/8/2026 |
| 3.0.0-alpha.202 | 73 | 6/8/2026 |
| 3.0.0-alpha.201 | 60 | 6/8/2026 |
| 3.0.0-alpha.199 | 60 | 6/8/2026 |
| 3.0.0-alpha.198 | 65 | 5/28/2026 |
| 3.0.0-alpha.197 | 75 | 5/28/2026 |
| 3.0.0-alpha.194 | 62 | 5/20/2026 |
| 3.0.0-alpha.193 | 74 | 5/13/2026 |
See CHANGELOG.md for release notes