//
pkg.gl
Category
github.com/xvrzhao/utils
db
gorm
package
0.11.0
Repository:
https://github.com/xvrzhao/utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
51 SLOC
#
Functions
Open
Open 建立数据库连接并返回连接对象 db。.
#
Structs
Model
Model 用来替代 gorm.Model,时间字段的类型均为 Time,而非 time.Time。.
Time
Time 继承 time.Time 的所有方法,并重写 MarshalJSON 方法, Time 进行 json 序列化时,会转为字符串 "2006-01-02 15:04:05" 的格式。.