增加Codes和Workday对mysql的支持

This commit is contained in:
injoyai
2025-10-16 10:33:04 +08:00
parent 29882ea5c0
commit fa98199dae
5 changed files with 174 additions and 57 deletions

View File

@@ -10,7 +10,7 @@ func main() {
c, err := tdx.Dial("124.71.187.122:7709", tdx.WithDebug())
logs.PanicErr(err)
tdx.DefaultCodes, err = tdx.NewCodes(c, "./codes.db")
tdx.DefaultCodes, err = tdx.NewCodesSqlite(c, "./codes.db")
logs.PanicErr(err)
_ = c