sqlego:Go 的 SQL 查询构建接口

时间:2024-07-20 20:31:07
【文件属性】:

文件名称:sqlego:Go 的 SQL 查询构建接口

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-20 20:31:07

Go

史莱戈 Go 的 SQL 查询构建接口。 用法 基本的 CRUD 操作 func Select ( table string , columns [] string ) * Statement func Insert ( table string , values map [ string ] string ) * Statement func Update ( table string , values map [ string ] string ) * Statement func Delete ( table string ) * Statement 例子 从表Users选择id, name, email sqlego . Select ( "Users" , [] string { "id" , "name" , "email" }) 向表Users插入/更新


【文件预览】:
sqlego-master
----ast.go(506B)
----.gitignore(266B)
----README.md(3KB)
----LICENSE(1KB)
----sqlego_test.go(3KB)
----.travis.yml(57B)
----sqlego.go(6KB)

网友评论