Documentation ¶ Index ¶ func NewMssql(DriverName string, Host string, Dbuser string, Password string, ...) *mssql func NewMysql(DriverName string, Host string, Dbuser string, Password string, ...) *mysql Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewMssql ¶ func NewMssql(DriverName string, Host string, Dbuser string, Password string, Database string, Port int, Prefix string) *mssql func NewMysql ¶ func NewMysql(DriverName string, Host string, Dbuser string, Password string, Database string, Port int, Prefix string, Charset string) *mysql Types ¶ This section is empty. Source Files ¶ View all Source files mssql.go mysql.go Click to show internal directories. Click to hide internal directories.