studio icon indicating copy to clipboard operation
studio copied to clipboard

Using AI to generate saved query name

Open invisal opened this issue 1 year ago • 0 comments

Add suggest button to suggest what should be a good name for query. Programmer are lazy and bad at naming thing

Screenshot 2024-07-17 at 10 43 16 at night

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

invisal avatar Jul 17 '24 15:07 invisal