PostgreSqlGlobalConfiguration

A class that is being used to initialize the necessary settings for the PostgreSql data provider.

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.