Skip to content

feat: add hotkey for DROP TABLE query generation#251

Open
mihsan96 wants to merge 1 commit into
Maxteabag:mainfrom
mihsan96:drop_table_key
Open

feat: add hotkey for DROP TABLE query generation#251
mihsan96 wants to merge 1 commit into
Maxteabag:mainfrom
mihsan96:drop_table_key

Conversation

@mihsan96
Copy link
Copy Markdown

@mihsan96 mihsan96 commented Jun 4, 2026

Add hotkey to generate DROP TABLE query

What’s changed

Introduced a keyboard shortcut that automatically generates a DROP TABLE SQL statement for the currently selected table.

Why

Speeds up working with table management and reduces manual effort when composing destructive SQL queries.

How it works

  • User selects a table
  • Triggers the assigned hotkey
  • A DROP TABLE query is generated for the selected table

Impact

  • No changes to existing query generation logic
  • Adds a new keyboard shortcut to the UI
  • Safe behavior: only generates the query, does not execute it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant