getConnectionURL method

  1. @override
String getConnectionURL(
  1. DBMySqlConnectionWrapper connection
)
override

Returns the URL of the connection.

Implementation

@override
String getConnectionURL(DBMySqlConnectionWrapper connection) {
  return 'mysql://$username@$host:$port/$databaseName';
}