APITestConfigDockerMySQL constructor
APITestConfigDockerMySQL(})
Implementation
APITestConfigDockerMySQL(Map<String, dynamic> apiConfig,
{DockerHost? dockerHost,
String? containerNamePrefix,
this.forceNativePasswordAuthentication = true,
this.version = 'latest'})
: super(dockerHost ?? DockerHostLocal(), 'MySQL', apiConfig,
containerNamePrefix: containerNamePrefix) {
DBMySQLAdapter.boot();
}