package
1.3.0
Repository: https://github.com/livegoplayer/go_db_helper.git
Documentation: pkg.go.dev

# Functions

gorm 插件.
No description provided by the author
如果是字符串,则转化为int64, 浮点数丢失精度,无法转化则为0.
No description provided by the author
推荐使用Transaction函数.
推荐使用Transaction函数.
No description provided by the author
获取gorm db对象,其他包需要执行数据库查询的时候,只要通过tools.getDB()获取db对象即可。不用担心协程并发使用同样的db对象会共用同一个连接,db对象在调用他的方法的时候会从数据库连接池中获取新的连接.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
推荐使用Transaction函数.
初始化日志打印函数.
No description provided by the author
No description provided by the author
开启一个事务执行回调,推荐使用,防止错误使用commit和rollback.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
这里存放的是一些封装.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
构建where语句的回调.