Versions in this module Expand all Collapse all v0 v0.0.2 Sep 9, 2020 Changes in this version + func GetORM() *gorm.DB + func GetORMByName(name string) *gorm.DB + func InitDB(list []*DBConfig) (err error) + func InitDefaultDB(db *DBConfig) (err error) + type DBConfig struct + Debug bool + Host string + Name string + Password string + Port int + User string