Excalibur.Postgres
3.0.0-alpha.157
This is a prerelease version of Excalibur.Postgres.
dotnet add package Excalibur.Postgres --version 3.0.0-alpha.157
NuGet\Install-Package Excalibur.Postgres -Version 3.0.0-alpha.157
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="Excalibur.Postgres" Version="3.0.0-alpha.157" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Excalibur.Postgres" Version="3.0.0-alpha.157" />
<PackageReference Include="Excalibur.Postgres" />
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 Excalibur.Postgres --version 3.0.0-alpha.157
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Excalibur.Postgres, 3.0.0-alpha.157"
#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 Excalibur.Postgres@3.0.0-alpha.157
#: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=Excalibur.Postgres&version=3.0.0-alpha.157&prerelease
#tool nuget:?package=Excalibur.Postgres&version=3.0.0-alpha.157&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Asp.Versioning.Mvc (>= 8.1.1)
- Asp.Versioning.Mvc.ApiExplorer (>= 8.1.1)
- AspNetCore.HealthChecks.Npgsql (>= 9.0.0)
- AWSSDK.Core (>= 4.0.3.30)
- AWSSDK.SecurityToken (>= 4.0.6)
- 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 (>= 3.0.0-alpha.157)
- Excalibur.Compliance.Postgres (>= 3.0.0-alpha.157)
- Excalibur.Data.Postgres (>= 3.0.0-alpha.157)
- Excalibur.Dispatch.Postgres (>= 3.0.0-alpha.157)
- Excalibur.Inbox.Postgres (>= 3.0.0-alpha.157)
- Excalibur.LeaderElection.Postgres (>= 3.0.0-alpha.157)
- Excalibur.Saga.Postgres (>= 3.0.0-alpha.157)
- 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.6)
- Microsoft.CodeAnalysis.Analyzers (>= 3.11.0)
- Microsoft.CodeAnalysis.Common (>= 4.14.0)
- Microsoft.CodeAnalysis.CSharp (>= 4.14.0)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.6)
- Microsoft.Extensions.Caching.Memory (>= 10.0.6)
- Microsoft.Extensions.Configuration (>= 10.0.6)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.6)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.6)
- Microsoft.Extensions.Configuration.CommandLine (>= 10.0.6)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 10.0.6)
- Microsoft.Extensions.Configuration.Json (>= 10.0.6)
- Microsoft.Extensions.DependencyInjection (>= 10.0.6)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.6)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.6)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.6)
- Microsoft.Extensions.Hosting (>= 10.0.6)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.6)
- Microsoft.Extensions.Http (>= 10.0.6)
- Microsoft.Extensions.Logging (>= 10.0.6)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.6)
- Microsoft.Extensions.Logging.Console (>= 10.0.6)
- Microsoft.Extensions.ObjectPool (>= 10.0.6)
- Microsoft.Extensions.Options (>= 10.0.6)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.6)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.6)
- Microsoft.IdentityModel.Tokens (>= 8.17.0)
- MongoDB.Driver (>= 2.25.0)
- NCrontab (>= 3.4.0)
- Npgsql (>= 10.0.2)
- OpenTelemetry (>= 1.15.2)
- OpenTelemetry.Api (>= 1.15.2)
- OpenTelemetry.Extensions.Hosting (>= 1.15.2)
- Polly (>= 8.6.6)
- QuestPDF (>= 2026.2.4)
- Snappier (>= 1.3.0)
- Swashbuckle.AspNetCore.SwaggerGen (>= 6.8.0)
- System.IdentityModel.Tokens.Jwt (>= 8.17.0)
- System.IO.Hashing (>= 10.0.6)
- System.Threading.RateLimiting (>= 10.0.6)
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 |
|---|---|---|
| 3.0.0-alpha.157 | 0 | 4/20/2026 |
| 3.0.0-alpha.156 | 34 | 4/17/2026 |
| 3.0.0-alpha.155 | 45 | 4/17/2026 |
| 3.0.0-alpha.143 | 36 | 4/14/2026 |
| 3.0.0-alpha.138 | 39 | 4/13/2026 |
| 3.0.0-alpha.131 | 44 | 4/10/2026 |
| 3.0.0-alpha.129 | 45 | 4/10/2026 |
| 3.0.0-alpha.125 | 44 | 4/10/2026 |
| 3.0.0-alpha.120 | 44 | 4/8/2026 |
| 3.0.0-alpha.118 | 37 | 4/8/2026 |
| 3.0.0-alpha.85 | 45 | 4/3/2026 |
| 3.0.0-alpha.84 | 44 | 3/31/2026 |
| 3.0.0-alpha.83 | 41 | 3/31/2026 |
| 3.0.0-alpha.82 | 43 | 3/31/2026 |
| 3.0.0-alpha.80 | 47 | 3/30/2026 |