open method
Open a new SqliteConnection.
This opens a single connection in a background execution isolate.
Implementation
@override
/// Open a new SqliteConnection.
///
/// This opens a single connection in a background execution isolate.
SqliteConnection open({String? debugName, bool readOnly = false}) {
throw UnimplementedError();
}