SqliteGlobalConfiguration

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

This class exposes the UseSqlite() extension method of GlobalConfiguration, which wires up all the necessary dependencies for SQLite (via SqliteBootstrap).

Usability

GlobalConfiguration
    .Setup()
    .UseSqlite();

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