Closes the connection to the MySQL database.
@override Future<void> close() async { await _connection.close(); }