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.