sqlx
sqlx copied to clipboard
Is is possible to return column info if no data returned??
I have an empty table contains no data.
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.