pub fn execute_with_params<T: Serialize>(
    query: &str,
    transaction: &Transaction<'_>,
    params: &T
) -> Result<usize, Error>
Expand description

Execute the given INSERT query against the given transaction with the given parameters.