Versions in this module Expand all Collapse all v9 v9.1.0 Jan 26, 2024 v9.0.0 Oct 27, 2023 Changes in this version + var ErrEmptyDatabaseName = errors.New("db config contains empty database name") + func CleanAndMigrateModels(tx *gorm.DB, models ...interface{}) error + func DropModels(tx *gorm.DB, models ...interface{}) error + func GetDBFromEnvVars() (*gorm.DB, error) + func GetTestDBFromEnvVars() (*gorm.DB, error) + func MigrateModels(tx *gorm.DB, models ...interface{}) error + type ArrayString []string + func (arr *ArrayString) Scan(src any) error + func (arr *ArrayString) Value() (driver.Value, error) Other modules containing this package github.com/gazebo-web/gz-go/v10 github.com/gazebo-web/gz-go/v7 github.com/gazebo-web/gz-go/v8