goorm:goorm自用封装包(仿照laravel)

时间:2024-03-23 05:54:33
【文件属性】:

文件名称:goorm:goorm自用封装包(仿照laravel)

文件大小:7KB

文件格式:ZIP

更新时间:2024-03-23 05:54:33

mysql go orm goorm Go

古尔姆 goorm自用封装包(仿照laravel) :candy: 将库添加到您的$ GOPATH / src go get github.com/xxgail/goorm 目前实现的方法有: 初始化 NewTable(“表名”,db):初始化方法db目前只有* sql.DB 查询 查询条件 Select(fields ... string):选择细分 Where(map [string] interface {}):哪里进行多重查询 WhereCompare(字段字符串,比较字符串,值接口{}):where比较查询 WhereIN(字段字符串,作用域[] interface {}) WhereNotIn(字段字符串,范围[] interface {}) WhereBetween(字段字符串,左字符串,右字符串) WhereNull(fields ... string):选择为空细分


【文件预览】:
goorm-main
----.gitignore(286B)
----go.mod(40B)
----LICENSE(1KB)
----orm.go(15KB)
----README.md(4KB)
----table.go(3KB)

网友评论