suspend fun PgPool.preparedQueryAwait(sql: String): RowSet<Row>
suspend fun PgPool.preparedQueryAwait(sql: String, arguments: Tuple): RowSet<Row>