execute_with_params_named

Function execute_with_params_named 

Source
pub fn execute_with_params_named<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.