withConnectionClient

suspend fun <T> DatabaseClient<Pool>.withConnectionClient(block: suspend (DatabaseClient<SqlConnection>) -> T): T(source)