runSQL abstract method

Future<String?> runSQL(
  1. String sqlInline
)

Runs a SQL in the DB. The SQL shouldn't have multiple lines.

Implementation

Future<String?> runSQL(String sqlInline);