Closed
Description
Describe the issue
PostgresQueryResult is only available from Connection.query() and not from PostgresClient.query() API
Vapor version
postgres-nio
Operating system and version
macOS 15
Swift version
Swift 5.10
Steps to reproduce
PostgresQueryResult is only available from Connection.query() and not from PostgresClient.query() API
See below - is there some reason this has not been added to PostgresClient.query() API ?
Outcome
No response
Additional notes
No response