Maybe this exists already, but I couldn't find any information about it.
Would it be possible to add two query parameters, so that one could submit the ANALYZE json data and they SQL query as part of the URL? Then the app could read in the data (in the client), and use that instead of having to copy paste it.
My use case is that I have an explain() function for debugging in the app, then I'd like it to just print out a prepared URL that I can click on which will open the public (or local if one prefer) pev instance and show me the data. Although the URLs would be long, that shouldn't pose any issues in modern browsers.
Hi,
Maybe this exists already, but I couldn't find any information about it.
Would it be possible to add two query parameters, so that one could submit the ANALYZE json data and they SQL query as part of the URL? Then the app could read in the data (in the client), and use that instead of having to copy paste it.
My use case is that I have an explain() function for debugging in the app, then I'd like it to just print out a prepared URL that I can click on which will open the public (or local if one prefer) pev instance and show me the data. Although the URLs would be long, that shouldn't pose any issues in modern browsers.
Example: