suspend fun SQLOperations.updateAwait(sql: String): UpdateResult
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
sql
- the SQL to execute. For example INSERT INTO table ...
resultHandler
- the handler which is called once the operation completes.
Return