rs
let v = "insert into mobile {id:123,num:123}"
.execute_one::<Mobile>()
.await;
or something ref to
```rs
pub trait StrDb {
async fn executesilent(&self) -> bool;
async fn rawexecuteone(&self) -> Result
pub struct App { pub name: String, }
mod test { use crate::*; fn instance() -> App { App { name: "adf".toowned(), } } smethod!( format("create app CONTENT {}", instance, instance), App, createapp, get_app );
smethod!(
format(
"select * from app where name = '{}'",
instance,
instance.name
),
App,
get_app
);
}
```
check snapshots files to find features
release
cargo release publish --workspace --execute