Excalibur.Compliance.Postgres
3.0.0-alpha.208
See the version list below for details.
dotnet add package Excalibur.Compliance.Postgres --version 3.0.0-alpha.208
NuGet\Install-Package Excalibur.Compliance.Postgres -Version 3.0.0-alpha.208
<PackageReference Include="Excalibur.Compliance.Postgres" Version="3.0.0-alpha.208" />
<PackageVersion Include="Excalibur.Compliance.Postgres" Version="3.0.0-alpha.208" />
<PackageReference Include="Excalibur.Compliance.Postgres" />
paket add Excalibur.Compliance.Postgres --version 3.0.0-alpha.208
#r "nuget: Excalibur.Compliance.Postgres, 3.0.0-alpha.208"
#:package Excalibur.Compliance.Postgres@3.0.0-alpha.208
#addin nuget:?package=Excalibur.Compliance.Postgres&version=3.0.0-alpha.208&prerelease
#tool nuget:?package=Excalibur.Compliance.Postgres&version=3.0.0-alpha.208&prerelease
Excalibur.Compliance.Postgres
Postgres implementation of GDPR compliance stores for the Excalibur framework.
Part Of
This package is included in the following metapackages:
| Metapackage | Tier | What It Adds |
|---|---|---|
Excalibur.Postgres |
Complete | Everything for PostgreSQL: ES + Outbox + Inbox + Saga + LE + Audit + Compliance + Data |
Tip: Install
Excalibur.Postgresfor a production-ready PostgreSQL stack with a single package reference.
Features
- Erasure Store - Track and manage GDPR erasure requests with certificate persistence
- Legal Hold Store - Manage legal holds that block erasure under Article 17(3)
- Data Inventory Store - Maintain data location registrations and discovered personal data
Quick Start
services.AddPostgresErasureStore(options =>
{
options.ConnectionString = "Host=localhost;Database=compliance;...";
});
services.AddPostgresLegalHoldStore(options =>
{
options.ConnectionString = "Host=localhost;Database=compliance;...";
});
services.AddPostgresDataInventoryStore(options =>
{
options.ConnectionString = "Host=localhost;Database=compliance;...";
});
Requirements
- Postgres 12+
- Npgsql driver
| 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
- Ben.Demystifier (>= 0.4.1)
- Dapper (>= 2.1.72)
- Excalibur.Compliance (>= 3.0.0-alpha.208)
- Excalibur.Data.Abstractions (>= 3.0.0-alpha.208)
- Medo.Uuid7 (>= 3.2.0)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.7)
- Microsoft.Extensions.Caching.Memory (>= 10.0.7)
- Microsoft.Extensions.Configuration (>= 10.0.7)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.7)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.7)
- Microsoft.Extensions.DependencyInjection (>= 10.0.7)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.7)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.7)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.7)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.7)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.7)
- Microsoft.Extensions.Options (>= 10.0.7)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.7)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.7)
- MongoDB.Driver (>= 3.8.0)
- Npgsql (>= 10.0.2)
- QuestPDF (>= 2026.2.4)
- SharpCompress (>= 0.48.0)
- Snappier (>= 1.3.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Excalibur.Compliance.Postgres:
| Package | Downloads |
|---|---|
|
Excalibur.Postgres
Complete PostgreSQL metapackage for Excalibur: event sourcing, inbox, sagas, leader election, audit logging, compliance, and data access in a single package reference. The outbox is not registered -- its PostgreSQL store requires an application-supplied Excalibur.Data.IDb. PRE-RELEASE: the public API is not frozen and may change between pre-release builds. Not recommended for production use. Known issues: https://docs.excalibur-dispatch.dev/docs/known-issues |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0-alpha.9 | 52 | 8/31/2026 |
| 10.0.0-alpha.8 | 61 | 8/14/2026 |
| 10.0.0-alpha.7 | 61 | 8/13/2026 |
| 10.0.0-alpha.6 | 64 | 8/11/2026 |
| 10.0.0-alpha.5 | 55 | 8/10/2026 |
| 10.0.0-alpha.4 | 54 | 8/10/2026 |
| 3.0.0-alpha.216 | 81 | 6/30/2026 |
| 3.0.0-alpha.215 | 77 | 6/23/2026 |
| 3.0.0-alpha.214 | 83 | 6/23/2026 |
| 3.0.0-alpha.208 | 81 | 6/11/2026 |
| 3.0.0-alpha.207 | 74 | 6/11/2026 |
| 3.0.0-alpha.205 | 66 | 6/10/2026 |
| 3.0.0-alpha.204 | 78 | 6/8/2026 |
| 3.0.0-alpha.203 | 75 | 6/8/2026 |
| 3.0.0-alpha.202 | 76 | 6/8/2026 |
| 3.0.0-alpha.201 | 74 | 6/8/2026 |
| 3.0.0-alpha.199 | 70 | 6/8/2026 |
| 3.0.0-alpha.198 | 75 | 5/28/2026 |
| 3.0.0-alpha.197 | 84 | 5/28/2026 |
| 3.0.0-alpha.194 | 78 | 5/20/2026 |