Expand description
Conversions between SQLx PostgreSQL rows, QueryResult /
crate::models::JsonRow values, and parameter binders.
Part of the documented sqlx allowlist: the binder operates on the dynamic
sqlx::query::Query value passed in by the trait implementation.