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