suspend fun SQLOperations.queryStreamAwait(sql: String): SQLRowStream
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
sql - the SQL to execute. For example SELECT * FROM table ....
sql
Return