Documentation ¶ Index ¶ Variables func ILike(column *string) string func ILikeHelper(column string) string func InitDB() *gorm.DB func Page[T int | int8 | int16 | int32 | int64](current, pageSize T) (offset, limit int) Constants ¶ This section is empty. Variables ¶ View Source var Unscoped = func(db *gorm.DB) *gorm.DB { return db.Unscoped() } Functions ¶ func ILike ¶ added in v0.4.5 func ILike(column *string) string func ILikeHelper ¶ added in v0.4.5 func ILikeHelper(column string) string func InitDB ¶ func InitDB() *gorm.DB func Page ¶ added in v0.4.5 func Page[T int | int8 | int16 | int32 | int64](current, pageSize T) (offset, limit int) Types ¶ This section is empty. Source Files ¶ View all Source files gormx.go Directories ¶ Show internal Expand all Path Synopsis gconfig initialize internal migration pb source g Click to show internal directories. Click to hide internal directories.