KamiSama.Modules.PolicyEngine.Postgresql
10.0.11.1
dotnet add package KamiSama.Modules.PolicyEngine.Postgresql --version 10.0.11.1
NuGet\Install-Package KamiSama.Modules.PolicyEngine.Postgresql -Version 10.0.11.1
<PackageReference Include="KamiSama.Modules.PolicyEngine.Postgresql" Version="10.0.11.1" />
<PackageVersion Include="KamiSama.Modules.PolicyEngine.Postgresql" Version="10.0.11.1" />
<PackageReference Include="KamiSama.Modules.PolicyEngine.Postgresql" />
paket add KamiSama.Modules.PolicyEngine.Postgresql --version 10.0.11.1
#r "nuget: KamiSama.Modules.PolicyEngine.Postgresql, 10.0.11.1"
#:package KamiSama.Modules.PolicyEngine.Postgresql@10.0.11.1
#addin nuget:?package=KamiSama.Modules.PolicyEngine.Postgresql&version=10.0.11.1
#tool nuget:?package=KamiSama.Modules.PolicyEngine.Postgresql&version=10.0.11.1
KamiSama.Modules.PolicyEngine.Postgresql
Version: 10.0.0
Description
PostgreSQL EF Core context registration for PolicyEngine Core under the postgresql provider key. It configures Npgsql and lazy loading but currently ships no PolicyEngine migrations.
How to use
dotnet add package KamiSama.Modules.PolicyEngine.Postgresql --version 10.0.0
Publication mismatch: 10.0.0 is the current workspace/root documentation version and remains the required repository install command. NuGet returned no published package or version for this package ID when reviewed.
Install this package with PolicyEngine Core and call database => database.AddPostgresqlPolicyEngineDbContext() from AddPolicyEngineModule while the database provider value is postgresql (case-insensitive before keyed lookup). Registration adds a scoped Npgsql context, lazy-loading proxies, __EFMigrationsHistory_PolicyEngine, and process-wide legacy timestamp and disabled infinity-conversion switches. This package contains no PolicyEngine migrations, so startup migration does not create the module schema; provision a compatible schema or provide migrations separately.
Namespaces
- KamiSama.Modules.PolicyEngine (1 types)
- KamiSama.Modules.PolicyEngine.Repositories.Database.Postgresql (1 types)
Types
- KamiSama.Modules.PolicyEngine.PolicyEnginePostgresqlDbContextBuilderExtensions - Registers the PostgreSQL PolicyEngine context under the exact
postgresqlkeyed base-context service. It enables lazy loading and shared Npgsql switches but supplies no migrations. - KamiSama.Modules.PolicyEngine.Repositories.Database.Postgresql.PostgresqlPolicyEngineDbContext - Concrete PostgreSQL PolicyEngine context registered through
AddPostgresqlPolicyEngineDbContext. Its provider package currently contains no migrations.
| 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
- KamiSama.Modules.PolicyEngine.Core (>= 10.0.11.1)
- KamiSama.Repositories.EntityFrameworkCore.Postgresql (>= 10.0.11.1)
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.11.1 | 26 | 8/15/2026 |