Function pgbatis::execute

source ·
pub async fn execute(
    sql: &String,
    params: &[&(dyn ToSql + Sync)]
) -> Result<u64, Error>