36 releases

0.1.47 Aug 17, 2024
0.1.44 Aug 14, 2024
0.1.40 Jul 3, 2024
0.1.39 Jun 29, 2024
0.1.31 Jan 19, 2024

#5 in #mark-down

Download history 21/week @ 2024-06-21 412/week @ 2024-06-28 33/week @ 2024-07-05 3/week @ 2024-07-12 44/week @ 2024-07-26 84/week @ 2024-08-02 211/week @ 2024-08-09 189/week @ 2024-08-16 5/week @ 2024-08-23 90/week @ 2024-09-13 38/week @ 2024-09-20 9/week @ 2024-09-27 1/week @ 2024-10-04

138 downloads per month

MulanPSL-2.0

27KB
493 lines

mysql macro: mysql macro for mysql_async

#[tokio::test]
async fn main() -> aok::Result<()> {
  loginit::init();

  // let sql = format!("SELECT {}", 1);
  // let r: u64 = q1!(sql);
  // e(sql.clone(), vec![]).await?;

  // tracing::debug!("test");
  // let id_li = vec![1];
  // let li: HashMap<_, String> = id_v("payBrand", id_li).await?;
  // let li: HashMap<_, String> = id_v("payBrand", *&[1]).await?;

  // let mail_id: Option<Option<u64>> = q01!(r#"select mailId("a@b.c")"#);
  // let mail_id: Option<u64> = q1!(r#"select mailId("a@b.c")"#);
  //
  // e!(r"select mailHostid('a.com')");
  //
  // let mut conn = conn!();
  //
  // let mail_host_id: u64 = q1!(&mut conn; r"select mailHostid('a.com')");
  // let mail_host_id: u64 = q1!(r"select mailHostid('a.com')");
  // let mail_host_id: u64 = q1!(r"select mailHostid(?)", "a.com");
  // let mail_host_id: Option<u64> = q01!("select mailHostid('a.com')",);
  //
  // let q: Vec<Option<u64>> = q!(&mut conn; r"select mailHostid(?)","a.com");
  //
  // let q: Vec<(u64,)> = q!(r"select mailHostid(?)", "a.com");
  //
  // let q: Vec<u64> = q!(r"select mailHostid(?)", "a.com");

  // let s = r#"'\'test\''"#;
  // println!("{}", mysql_macro::s(s));
  //
  // let s = [211, 222, 223, 224, 225];
  // println!("{}", mysql_macro::b(&s[..]));
  Ok(())
}

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

Dependencies

~18–31MB
~489K SLoC