Provides integration between Kephas Framework and Npgsql. Typically used areas and classes/interfaces/services: - Application: NpgsqlAppLifecycleBehavior. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.
$ dotnet add package Kephas.NpgsqlNpgsql provides the .NET connectivity to PostgreSQL databases. To leverage integration with Kephas, the NpgsqlAppLifecycleBehavior
sets this up by setting the logging provider. However, for this to work, either use the Kephas.Application package (recommended), where the behavior will be invoked automatically upon aplication bootstrap,
or invoke the NpgsqlAppLifecycleBehavior.BeforeAppInitializeAsync manually.