Lakona.Game.Clustering.Postgres
0.1.3
dotnet add package Lakona.Game.Clustering.Postgres --version 0.1.3
NuGet\Install-Package Lakona.Game.Clustering.Postgres -Version 0.1.3
<PackageReference Include="Lakona.Game.Clustering.Postgres" Version="0.1.3" />
<PackageVersion Include="Lakona.Game.Clustering.Postgres" Version="0.1.3" />
<PackageReference Include="Lakona.Game.Clustering.Postgres" />
paket add Lakona.Game.Clustering.Postgres --version 0.1.3
#r "nuget: Lakona.Game.Clustering.Postgres, 0.1.3"
#:package Lakona.Game.Clustering.Postgres@0.1.3
#addin nuget:?package=Lakona.Game.Clustering.Postgres&version=0.1.3
#tool nuget:?package=Lakona.Game.Clustering.Postgres&version=0.1.3
Lakona.Game.Clustering.Postgres
Lakona.Game.Clustering.Postgres stores Lakona cluster membership in PostgreSQL.
Reference it from the stable server application and register it after the core
game-server services:
services.AddLakonaPostgresClustering(configuration);
Set Lakona:Cluster:Membership:Provider to Postgres and provide the runtime
connection under the configured ConnectionStringName. Before starting or
upgrading a cluster, apply the packaged
database/postgresql/membership.sql with a separate deployment account. The
runtime account needs data access only and must not receive DDL privileges.
| 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
- Lakona.Game.Server (>= 0.42.3)
- Npgsql (>= 9.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.