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
Right now the mysql backend only accepts host, port, user, password, ... as parameters and opens the DB connection by itself. As an alternative, there should also be a way to create a new backend instance by passing in a "database/sql"*sql.DB instance.