You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't connect to a Postgres db, line 67 of main.go has static code for connection type. var db, err = sql.Open("mysql", *sqlConnStr)
Suggest adding an execution parameter for specifying database type.
The text was updated successfully, but these errors were encountered:
I can't connect to a Postgres db, line 67 of main.go has static code for connection type.
var db, err = sql.Open("mysql", *sqlConnStr)
Suggest adding an execution parameter for specifying database type.
The text was updated successfully, but these errors were encountered: