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 ); // delete would return [] all ways // create as test would return value, so it is no need aa getapp smethod!( format("delete app where name='{}'", instance, instance.name), App, delete, [createapp][get_app] );
smethod!(
format(
"select * from app where name = '{}'",
instance,
instance.name
),
App,
get_app
);
}
```
check snapshots files to find features
cargo release publish --workspace --execute
cargo insta test --review --delete-unreferenced-snapshots