Versions in this module Expand all Collapse all v1 v1.0.0 Jun 15, 2022 Changes in this version + func NewSQLDatabase(sqlDatabaseType SQLDatabaseType, sqlConig SQLConfig) database.SQL + type SQLConfig struct + DatabaseName string + Host string + Options SQLOptions + Password string + Port int + Username string + type SQLDatabaseType int + const SQLDatabaseMySQL + type SQLOptions struct + AllowNativePassword bool + MultiStatements bool + ParseTimes bool