CockroachDbGlobalConfiguration

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

This class exposes the UseCockroachDb() extension method of GlobalConfiguration, which wires up all the necessary dependencies for CockroachDB (via CockroachDbBootstrap).

Usability

GlobalConfiguration
    .Setup()
    .UseCockroachDb();

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