Versions in this module Expand all Collapse all v1 v1.0.1 Dec 19, 2017 v1.0.0 Dec 19, 2017 Changes in this version + func GetDbConfigs() map[string]Connection + type Connection struct + Driver string + Dsn string + Log bool + LogFile string + LogLevel int + Timezone string + func GetDbConfig(id string) Connection + type Connections struct + Connections map[string]Connection + type DB struct + Cfg Connection + Engine *xorm.Engine + func NewDB(conn string) *DB