getConnectionURL method
Returns the URL of the connection
.
Implementation
@override
String getConnectionURL(DBMySqlConnectionWrapper connection) {
return 'mysql://$username@$host:$port/$databaseName';
}
Returns the URL of the connection
.
@override
String getConnectionURL(DBMySqlConnectionWrapper connection) {
return 'mysql://$username@$host:$port/$databaseName';
}