KamiSama.Repositories.EntityFrameworkCore.Sqlite
10.0.11.9
dotnet add package KamiSama.Repositories.EntityFrameworkCore.Sqlite --version 10.0.11.9
NuGet\Install-Package KamiSama.Repositories.EntityFrameworkCore.Sqlite -Version 10.0.11.9
<PackageReference Include="KamiSama.Repositories.EntityFrameworkCore.Sqlite" Version="10.0.11.9" />
<PackageVersion Include="KamiSama.Repositories.EntityFrameworkCore.Sqlite" Version="10.0.11.9" />
<PackageReference Include="KamiSama.Repositories.EntityFrameworkCore.Sqlite" />
paket add KamiSama.Repositories.EntityFrameworkCore.Sqlite --version 10.0.11.9
#r "nuget: KamiSama.Repositories.EntityFrameworkCore.Sqlite, 10.0.11.9"
#:package KamiSama.Repositories.EntityFrameworkCore.Sqlite@10.0.11.9
#addin nuget:?package=KamiSama.Repositories.EntityFrameworkCore.Sqlite&version=10.0.11.9
#tool nuget:?package=KamiSama.Repositories.EntityFrameworkCore.Sqlite&version=10.0.11.9
KamiSama.Repositories.EntityFrameworkCore.Sqlite
Version: 10.0.0
Description
SQLite registration for KamiSama multi-provider Entity Framework Core DbContexts. It adds scoped keyed context resolution, lazy-loading proxies, and migration-history configuration.
How to use
dotnet add package KamiSama.Repositories.EntityFrameworkCore.Sqlite --version 10.0.0
Warning: the workspace root version is 10.0.0, but a matching provider package may not be published. The required workspace-version command above is intentionally retained.
Register a concrete context derived from the base context after AddMultiProviderDbContext<TBaseContext>: builder.AddSqlite<SqliteAppDbContext>(). This adds scoped services under the exact sqlite key, enables lazy-loading proxies, and applies the builder migration-history table.
Namespaces
Types
- KamiSama.Repositories.EntityFrameworkCore.Sqlite.MultiProviderDbContextBuilderSqliteExtensions - Registers a scoped SQLite context under the exact
sqlitekey, enables lazy-loading proxies, and configures the provider migration-history table.
| 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.Repositories.EntityFrameworkCore (>= 10.0.11.9)
- Microsoft.EntityFrameworkCore.Proxies (>= 10.0.11)
- Microsoft.EntityFrameworkCore.Sqlite (>= 10.0.11)
- SQLitePCLRaw.lib.e_sqlite3 (>= 3.53.3)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on KamiSama.Repositories.EntityFrameworkCore.Sqlite:
| Package | Downloads |
|---|---|
|
KamiSama.Modules.Identity.Sqlite
SQLite EF Core provider registration for KamiSama.Modules.Identity.Core. Install it in an Identity host and select the required provider callback so the module can resolve its database context and run startup migrations. |
|
|
KamiSama.Modules.Locations.Sqlite
SQLite EF Core context and provider registration for KamiSama.Modules.Locations.Core, including Locations migrations and keyed context resolution. |
|
|
KamiSama.Modules.Ticketing.Sqlite
SQLite EF Core context, provider registration, and migrations for KamiSama.Modules.Ticketing.Core. |
|
|
KamiSama.Modules.ServicePlans.Sqlite
SQLite EF Core context registration for ServicePlans Core under the `sqlite` provider key. It configures SQLite and lazy loading but currently ships no ServicePlans migrations. |
|
|
KamiSama.Modules.PolicyEngine.Sqlite
SQLite EF Core context registration for PolicyEngine data management; this package currently contains no PolicyEngine migrations. |
GitHub repositories
This package is not used by any popular GitHub repositories.