github rbatis/rbatis v1.8.39

latest releases: v4.5.22, v4.5.21, v4.5.20...
3 years ago

v1.8.39

  • start a new transaction ,tx_id must be start with 'tx' for example :
        let tx_id = "tx:1";
        rb.begin(tx_id).await.unwrap();
        let v: serde_json::Value = rb.fetch(tx_id, "SELECT count(1) FROM biz_activity;").await.unwrap();

so, if you send an tx_id ="123456"; So SQL is executed in a normal session,and You can track records based on this ID

  • AST string node use Vec<(String,String)> save data.
  • decode type add vec_deque

Don't miss a new rbatis release

NewReleases is sending notifications on new releases.