-
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hey, thanks for providing and maintaining this lib!
I would like to know how to get the column names of a query result. I do take a look at the doc, but it looks like this is not covered.
Reading the code, both PostgresRowSequence
and PreparedQuery
store column metadata:
let columns: [RowDescription.Column] |
let underlying: PSQLPreparedStatement |
but the fields are private, and there are no public interfaces that can be used to get the information.
Thanks!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request