macro_rules! sql_execute {
($store:expr, $sql:expr, |$q:ident| $body:expr) => { ... };
}Expand description
Execute a parameterized SQL statement on the store pool.
macro_rules! sql_execute {
($store:expr, $sql:expr, |$q:ident| $body:expr) => { ... };
}Execute a parameterized SQL statement on the store pool.