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.