KamiSama.Modules.Locations.Postgresql
10.0.11.6
See the version list below for details.
dotnet add package KamiSama.Modules.Locations.Postgresql --version 10.0.11.6
NuGet\Install-Package KamiSama.Modules.Locations.Postgresql -Version 10.0.11.6
<PackageReference Include="KamiSama.Modules.Locations.Postgresql" Version="10.0.11.6" />
<PackageVersion Include="KamiSama.Modules.Locations.Postgresql" Version="10.0.11.6" />
<PackageReference Include="KamiSama.Modules.Locations.Postgresql" />
paket add KamiSama.Modules.Locations.Postgresql --version 10.0.11.6
#r "nuget: KamiSama.Modules.Locations.Postgresql, 10.0.11.6"
#:package KamiSama.Modules.Locations.Postgresql@10.0.11.6
#addin nuget:?package=KamiSama.Modules.Locations.Postgresql&version=10.0.11.6
#tool nuget:?package=KamiSama.Modules.Locations.Postgresql&version=10.0.11.6
KamiSama.Modules.Locations.Postgresql
Version: 10.0.0
Description
PostgreSQL EF Core context and provider registration for KamiSama.Modules.Locations.Core, including Locations migrations and keyed context resolution. Select it from the Core provider callback when the configured database provider is postgresql.
How to use
dotnet add package KamiSama.Modules.Locations.Postgresql --version 10.0.0
Publication mismatch: 10.0.0 in the required install command is the current workspace/root documentation version. NuGet exposed 10.0.11 as the latest provider package when reviewed; 10.0.0 itself was not available.
Install this package with Locations Core, configure the database provider as postgresql, and pass database => database.AddPostgresqlLocationsDbContext() to AddLocationsModule. The callback registers PostgresqlLocationsDbContext under the exact postgresql key, enables lazy-loading proxies, uses __EFMigrationsHistory_Locations, and supplies this package's migrations. BuildAsync can apply pending migrations during startup, so the PostgreSQL database must be reachable and the application principal needs migration privileges.
Namespaces
- KamiSama.Modules.Locations (1 types)
- KamiSama.Modules.Locations.Repositories.Database.Postgresql (1 types)
Types
- KamiSama.Modules.Locations.LocationsPostgresqlDbContextBuilderExtensions - Registers the PostgreSQL Locations context under the exact
postgresqlkeyed base-context service. Use it from the callback passed toAddLocationsModule. - KamiSama.Modules.Locations.Repositories.Database.Postgresql.PostgresqlLocationsDbContext - Concrete PostgreSQL Locations context targeted by this provider package's migrations. Normal hosts register it through
AddPostgresqlLocationsDbContextrather than constructing it directly.
| 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.Locations.Core (>= 10.0.11.6)
- KamiSama.Repositories.EntityFrameworkCore.Postgresql (>= 10.0.11.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.