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
cargo release publish --workspace --registry crates-io