openConnection method
Opens an asynchronous SqliteConnection to a SQLite database and executes setup pragma statements to initialize the DB
Implementation
@override
FutureOr<SqliteConnection> openConnection(SqliteOpenOptions options) {
throw UnimplementedError();
}