pub fn decode_array<'r, T>(
row: &'r DatabaseRow,
field: &str,
) -> Result<Vec<T>, Error>Available on crate feature
orm-sqlx only.Expand description
Decodes a single value as Vec<T> for the field in a row.
pub fn decode_array<'r, T>(
row: &'r DatabaseRow,
field: &str,
) -> Result<Vec<T>, Error>orm-sqlx only.Decodes a single value as Vec<T> for the field in a row.