Available on crate features
source-redshift and source-rest only.Expand description
Row decoding and parameter binding for the Redshift source.
Redshift is PostgreSQL wire-compatible, so this mirrors the native Postgres
source: values decode through sqlx’s Postgres row API, and JSON bind values
are classified before binding so large integers keep full precision.