Appearance
db.Exec("update xxx set x=1 where id=1")
db.Select("select * from xxx")
db.SelectValue("select * from xxx")
db.SelectOne("select * from xxx")
db.Page(1,20,"select * from xxx")
db.Trans((d)=>{ db.Select("select * from xxx") })