package
0.49.11
Repository: https://github.com/zerogo-hub/zero-helper.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New ..
WithDBName 数据库名称.
WithDialect 数据库 dialect.
WithHost 数据库地址.
WithLogDebug 是否打印debug日志.
WithMaxConnLifeTime 数据库 maxConnLifeTime.
WithMaxIdleConns 数据库 maxIdleConns.
WithMaxOpenConns 数据库 maxOpenConns.
WithPassword 数据库密码.
WithPort 数据库端口号.
WithUsername 数据库用户名.

# Structs

Model 替代 gorm.Model,无 id,需要自定义主键 时间为 秒,.
ModelID 替代 gorm.Model,带自增 id.
ModelNoJSON 同 Model.

# Interfaces

Database 数据库.

# Type aliases

Option ..