Function tx_get

Source
pub fn tx_get<'a, T>(
    tx: Transaction<'a>,
    entity: &T,
) -> Result<(Transaction<'a>, T), Error>
where T: SqlQuery + FromRow + SqlParams,
👎Deprecated since 0.2.0: Renamed to tx_fetch. Please use tx_fetch function instead.
Expand description

§tx_get

Transaction içinde tek bir kaydı getirir.

This function is deprecated. Please use tx_fetch instead.