openConnection abstract method
Opens an asynchronous SqliteConnection to a SQLite database and executes setup pragma statements to initialize the DB
Implementation
@override
/// Opens an asynchronous [SqliteConnection] to a SQLite database
/// and executes setup pragma statements to initialize the DB
FutureOr<SqliteConnection> openConnection(SqliteOpenOptions options);