mtxr / vscode-sqltools

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

[Feature] Delete a record or all record without an SQL query? #1142

Open alamenai opened 1 year ago

alamenai commented 1 year ago

I just started using this extension and this is the first issue I faced.

Is your feature request related to a problem? Please describe.

After I displayed the data of the table, I wanted to delete a record through a context menu, however, I did not find a feature that let me delete a record or all records without running an SQL query.

Screenshot from 2023-05-01 11-29-50

Describe the solution you'd like

Add an item to the context menu that empowers me to delete a selected row from the table.