Crate sqlx_pgrow_serde
source ·Structs
- SerMapPgRow::from(pg_row) will make your row serialize as a map. If you have multiple columns with the same name, the last one will win.
- SerPgValueRef::from(pg_value_ref) will make your value serialize as its closest serde type.
- SerVecPgRow::from(pg_row) will make your row serialize as a vector.
Functions
- Can be used with serialize_with
- Can be used with serialize_with
- Can be used with serialize_with