Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 526 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 526 Bytes

goutil

db.mysql

功能实现:
初始化
增删改查 支持 query+stmt两种方式
事物
多行数据最快的方法

参考:
https://www.jianshu.com/p/340eb943be2e
https://www.jianshu.com/p/50c9fbf4046c
https://www.jianshu.com/p/ee0d2e7bef54
https://www.jianshu.com/p/bc8120bec94e
https://www.cnblogs.com/tsiangleo/p/4483657.html   高效率mysql

sys

设置程序的文件打开数
func FileLimit(curLimit,maxLimit uint64) error {}