openConnection abstract method

  1. @override
FutureOr<SqliteConnection> openConnection(
  1. SqliteOpenOptions options
)
override

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);