KenanBek / KenanBek/dbui

Auto generate SQL queries based on keyboard events

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.