Link Search Menu Expand Document

SqliteGlobalConfiguration


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.