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