Function pgbatis::fetch_with_recoder_field

source ·
pub async fn fetch_with_recoder_field<T>(
    wrapper: Wrapper<'_>,
    prefix: Option<String>,
    suffix: Option<String>
) -> Result<Vec<HashMap<String, Value>>, Error>
where T: Parameters,