Versions in this module Expand all Collapse all v0 v0.0.1 Aug 5, 2018 Changes in this version + var SqlDB *sql.DB + func Exec(query string, args ...interface{}) sql.Result + func InitDB(file string) + func Query(query string, args ...interface{}) ([]map[string]interface{}, *sql.Rows) + func SetColVarType(colVar *[]interface{}, i int, typeName string) + func SetResultValue(result *map[string]interface{}, index string, colVar interface{}, ...)