AuroraDbGlobalConfiguration

A class that is being used to initialize the necessary settings for the AuroraDbConnection object.

This class exposes the UseAuroraDb() extension method of GlobalConfiguration, which wires up all the necessary dependencies for Aurora PostgreSQL (via AuroraDbBootstrap).

Usability

GlobalConfiguration
    .Setup()
    .UseAuroraDb();

Call this once during application start-up, before opening any AuroraDbConnection.