Feasibility check to provide option to any user to enable him run any SQL queries pointing to MySQL at any card/menu option/dashboard

We wanted to create an option on Graphana dashboard/UI card to provide user option to run SQL’s (e.g. user can run a SQL in a text editor pointing to MySQL). Wanted to check if Graphana provides any such option by customised menu/option or similar interface. Is there any plugin that we can install to provide user with such option.

The Redis Datasource App for Grafana is very advanced. It has a special panel that let’s you run CLI commands as if you’ve shelled into the DB. This is the model I think you want. There is no equivalent for MySQL as far as I know…