suspend fun SQLConnection.executeAwait(sql: String): Unit
Executes the given SQL statement
sql
- the SQL to execute. For example CREATE TABLE IF EXISTS table ...
resultHandler
- the handler which is called once this operation completes.
Return