Fork me on GitHub
#sql
<
2021-10-09
>
zhuxun204:10:35

@seancorfield Seems like Next.jdbc does not expose low level functions such as "stmt->result-set", then what is your recommended way to extract metadata such as column names and types?

zhuxun204:10:38

I wish there's an option to include metadata as the meta of the returned arrays/maps from execute! etc.

seancorfield05:10:18

@zhuxun2 result set builders have access to the metadata -- and there's an example is the docs of working with metadata on tables.

👍 1