DbConfig.mysql constructor
const
DbConfig.mysql({})
MySQL configuration
Implementation
const DbConfig.mysql({
required this.host,
this.port = 3306,
required this.database,
this.username,
this.password,
this.ssl = false,
}) : dbType = DatabaseType.mysql;