package
0.0.0-20241024022210-d31617f01746
Repository: https://github.com/maclon-lee/golanglib.git
Documentation: pkg.go.dev
# Functions
获取select字段名列表(source为空值时,取entity中的键名作为字段名).
* 获取DB操作对象
* 参数dbKey:对应为config.toml中dbs.db的name值
*/.
* 获取默认DB操作对象
* 对应为config.toml中第一个有效的dbs.db配置
*/.
* 构建DB操作对象
*
* param driver 数据库引擎(mysql, mssql, postgres)
* param connectString 连接字符串(标准连接URL)
* return DB操作对象
*/.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
批量SQL请求参数列表.
数据库上下文.
No description provided by the author
No description provided by the author
Where builder.
# Interfaces
No description provided by the author