Closed yuyang-ok closed 4 weeks ago
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.
postgres
You can call Executor::prepare_with() which returns a PgStatement with all this information.
Executor::prepare_with()
PgStatement
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.