package
0.0.0-20200415124512-e3f3f795ed5f
Repository: https://github.com/silenceper/gogen.git
Documentation: pkg.go.dev
# Functions
GenOrm 生成orm文件.
GetTableFieldNames 根据ColumnInfo 数组返回根据逗号拼接的字段.
NewNullBit new.
NewNullBool new.
NewNullFloat64 new.
NewNullInt64 new.
NewNullString new.
NewNullTime new.
# Variables
ErrInvalidTimestring invalid time string.
# Structs
ColumnInfo table column info.
DBInfo db链接信息.
GormLogger gorm logger.
NullBit null bit.
NullBool is a type that can be null or a bool.
NullFloat64 is a type that can be null or a float64.
NullInt64 is a type that can be null or an int.
NullString is a type that can be null or a string.
NullTime is a type that can be null or a time.
Options 数据库配置.
Transaction 事物维护的object.
# Type aliases
Bit type.