This library provides a derive macro for [TryFrom<tokio_postgres::Row>].
Example
/// This will try to get each column value by name.
/// This will try to get each column value by index.
;
Generates:
This library provides a derive macro for [TryFrom<tokio_postgres::Row>].
/// This will try to get each column value by name.
/// This will try to get each column value by index.
;
Generates: