Versions in this module Expand all Collapse all v0 v0.0.1 Jul 3, 2020 Changes in this version + type DBDescriptor struct + Host string + Name string + Password string + Port string + User string + func (descriptor *DBDescriptor) ConfigByYaml(fileName string) (*DBDescriptor, error) + func (descriptor *DBDescriptor) String() string + type DBType uint8 + const DB_TYPE_POSTGRES + func (dt DBType) String() string + type DbHandler interface + Conn func() *sqlx.DB