pub async fn update<'e, E, DB, D, Ex>(
dialect: &D,
executor: Ex,
entity: &E,
) -> Result<E, FletchError>Expand description
Update an existing entity (matched by id) and return the updated row.
pub async fn update<'e, E, DB, D, Ex>(
dialect: &D,
executor: Ex,
entity: &E,
) -> Result<E, FletchError>Update an existing entity (matched by id) and return the updated row.