Attribute Macro rbatis_macro_driver::html_sql[][src]

#[html_sql]
Expand description

html sql create macro,this macro use RB.py_fetch and RB.py_exec for example:

also,you can use arg context_id:&str,RB:&Rbatis #[py_sql(RB,“example/example.html”)] pub async fn py_select_rb(rbatis: &Rbatis, name: &str) -> Option {}