suspend fun SQLClient.queryAwait(sql: String): ResultSet
Execute a single SQL statement, this method acquires a connection from the the pool and executes the SQL statement and returns it back after the execution.
sql
- the statement to execute
Returnself