pub fn execute_with_params_named<T: Serialize>( query: &str, transaction: &Transaction<'_>, params: &T, ) -> Result<usize, Error>
Execute the given INSERT query against the given transaction with the given parameters.