KamiSama.Modules.PolicyEngine.Sqlite
10.0.11.1
dotnet add package KamiSama.Modules.PolicyEngine.Sqlite --version 10.0.11.1
NuGet\Install-Package KamiSama.Modules.PolicyEngine.Sqlite -Version 10.0.11.1
<PackageReference Include="KamiSama.Modules.PolicyEngine.Sqlite" Version="10.0.11.1" />
<PackageVersion Include="KamiSama.Modules.PolicyEngine.Sqlite" Version="10.0.11.1" />
<PackageReference Include="KamiSama.Modules.PolicyEngine.Sqlite" />
paket add KamiSama.Modules.PolicyEngine.Sqlite --version 10.0.11.1
#r "nuget: KamiSama.Modules.PolicyEngine.Sqlite, 10.0.11.1"
#:package KamiSama.Modules.PolicyEngine.Sqlite@10.0.11.1
#addin nuget:?package=KamiSama.Modules.PolicyEngine.Sqlite&version=10.0.11.1
#tool nuget:?package=KamiSama.Modules.PolicyEngine.Sqlite&version=10.0.11.1
KamiSama.Modules.PolicyEngine.Sqlite
Version: 10.0.0
Description
SQLite EF Core context registration for PolicyEngine Core under the sqlite provider key. It configures SQLite and lazy loading but currently ships no PolicyEngine migrations.
How to use
dotnet add package KamiSama.Modules.PolicyEngine.Sqlite --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.AddSqlitePolicyEngineDbContext() from AddPolicyEngineModule while the database provider value is sqlite (case-insensitive before keyed lookup). Registration adds a scoped SQLite context, lazy-loading proxies, and __EFMigrationsHistory_PolicyEngine. 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.Sqlite (1 types)
Types
- KamiSama.Modules.PolicyEngine.PolicyEngineSqliteDbContextBuilderExtensions - Registers the SQLite PolicyEngine context under the exact
sqlitekeyed base-context service. It enables lazy loading but supplies no migrations. - KamiSama.Modules.PolicyEngine.Repositories.Database.Sqlite.SqlitePolicyEngineDbContext - Concrete SQLite PolicyEngine context registered through
AddSqlitePolicyEngineDbContext. 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.Sqlite (>= 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 | 43 | 8/15/2026 |