Module xitca_postgres::row

source ·
Expand description

Rows. mostly copy/paste from tokio-postgres

Type Aliases§

  • A row of data returned from the database by a query.
  • A row of data returned from the database by a simple query.