1. 首页
  2. 数据库
  3. 其它
  4. builder:用于Go语言的轻量级快速SQL构建器已移至https:gitea.comxormbuilder 源码

builder:用于Go语言的轻量级快速SQL构建器已移至https:gitea.comxormbuilder 源码

上传者: 2021-02-01 05:58:48上传 ZIP文件 41.55KB 热度 16次
SQL生成器 包构建器是用于Go和XORM的轻量级且快速SQL构建器。 确保已安装Go 1.8+,然后: go get github.com/go-xorm/builder 插 sql , args , err := builder . Insert ( Eq { "c" : 1 , "d" : 2 }). Into ( "table1" ). ToSQL () // INSERT INTO table1 SELECT * FROM table2 sql , err := builder . Insert (). Into ( "table1" ). Select (). From (
下载地址
用户评论