Function rocket_sqlite_rw_pool::execute_with_params
source · 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.