Versions in this module Expand all Collapse all v1 v1.0.0 Feb 27, 2026 Changes in this version + func NewGormLogger(logger *log.Helper, config logger.Config) logger.Interface + func NewPostgres(logLevel string, dsn string, mLogger log.Logger) (*gorm.DB, error) + func ParsePostgresLogLevel(logLevel string) logger.LogLevel + type BaseModel struct + CreatedAt time.Time + ID int64 + UpdatedAt time.Time + type BaseModelSoftDelete struct + CreatedAt time.Time + DeletedAt soft_delete.DeletedAt + ID int64 + UpdatedAt time.Time + type CtxKey string + const FlagDisableSQLLog + type JSONB struct + Val *T + func (j *JSONB[T]) Scan(src any) error + func (j JSONB[T]) Value() (driver.Value, error)