Skip to main content

Module deserialize

Module deserialize 

Source
Expand description

Row -> T: FromRow helpers for PgEngine.

tokio_postgres::Row does not implement prax_query::row::RowRef (orphan rule); we wrap each row in PgRow first, which does.

Functionsยง

row_into
Decode a single driver row into a typed model.
rows_into
Decode a batch of driver rows into typed models.