Expand description
Bridge between SqlxRow and prax_query::row::RowRef.
Decodes each column to a string-keyed snapshot so the prax-query
FromRow pipeline works uniformly across SQLx’s three backends
(Postgres, MySQL, SQLite). Strings are materialized eagerly so
get_str can hand back a borrowed slice.
Structs§
- Sqlx
RowRef - A driver-agnostic decoded row produced by the sqlx engine. Holds owned values keyed by column name so callers can access them after the row itself has been dropped.