mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.43k stars 290 forks source link

Display execution time after running a query #1277

Open theetrain opened 5 months ago

theetrain commented 5 months ago

Is your feature request related to a problem? Please describe. When running queries, I would like to see the execution time without needing to install another client.

Describe the solution you'd like After running a query and seeing results, I would like to see an 'execution time' output in the preview pane, or in the SQL Console.

Describe alternatives you've considered Installing the MySQL client and running queries there.

Additional context Relates to https://github.com/mtxr/vscode-sqltools/discussions/882