as I know, for either graph or table panel in plugins, it is mainly used to support to extract data from database and then show them in graph or table, from panel’s setting, there is metric setting with sql statement.
if there is requirement to write user customized info from “Text” panel to database configured in datasource using grafana’s sql statement editor capability? is there any good way to achieve it? per my understanding, now sql statement communication engine is ready between grafana and user customized database, how to reuse this capability to achieve “control” purpose and not only presentation? thank you very much!