Versions in this module Expand all Collapse all v1 v1.0.0 Dec 24, 2024 Changes in this version + var NotInitError = errors.New("mysql manager is nil, please call Init() first") + func Close() + func Init(conf *Config) error + func SetAutoMigrateTables(tables []interface{}) + type Config = internal.Config + func GetConfig() *Config + type Database = internal.Database + func GetDatabase(platform string) (*Database, error) + type DatabaseConfig = internal.DatabaseConfig