studio
studio copied to clipboard
Using AI to generate saved query name
Add suggest button to suggest what should be a good name for query. Programmer are lazy and bad at naming thing
You can use ChatGPT and prompt as the following
Suggest this sqlite query name in less than 10 words
SELECT AVG(age) FROM customer;
You can experiment with several prompt to see which one yield the best result. You may also include the table schemas if it can produce better result