postgres-nio
postgres-nio copied to clipboard
Return the metadata for prepared queries
Now (1.11.0) PreparedQuery.execute() returns [PostgresRow]. But sometimes old and rows are required.
It's good to return PostgresQueryResult (as PostgresDatabase.query()) with metadata instead of just rows for prepared queries. And it's good both unprepared and prepared queries to return results in the same way.