open abstract method

SqliteConnection open({
  1. String? debugName,
  2. bool readOnly = false,
})

Open a new SqliteConnection.

This opens a single connection in a background execution isolate.

Implementation

SqliteConnection open({String? debugName, bool readOnly = false});