Auto generate SQL queries based on keyboard events
Open
later
- Dominant language
- Go
- Stars
- 218
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
- On `i` generate Insert query
- On `e` generate Update query
- On `d` generate Delete query
For accurate SQL generation, a state where the current table's describe information stored might be needed.
Contributor guide
Research direction
No files or tests are named. Start by locating the CLI keyboard-event handling and the existing SQL generation entry points, then inspect how the current table's describe information can be retained. Done means i, e, and d generate the requested queries accurately for the supported databases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, sql
- Domain
- cli, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100