sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

Is is possible to return column info if no data returned??

Open yuyang-ok opened this issue 1 year ago • 0 comments

I have an empty table contains no data.

image

when use this library is it possible to return column info if no data need return. by the way I am using postgres. is postgres's protocol still return column info if no data exists. image

yuyang-ok avatar Oct 09 '24 05:10 yuyang-ok