PostgreSqlGlobalConfiguration
This class exposes the UsePostgreSql() extension method of GlobalConfiguration, which wires up all the necessary dependencies for PostgreSQL (via PostgreSqlBootstrap).
Usability
GlobalConfiguration
.Setup()
.UsePostgreSql();
Call this once during application start-up, before opening any
NpgsqlConnection.