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