suspend fun SQLConnection.executeAwait(sql: String): Unit
Executes the given SQL statement
sql - the SQL to execute. For example CREATE TABLE IF EXISTS table ...
sql
Return