1 dépôt
Automatically constructs and executes UPDATE SQL statements from a changed cell value and its row's primary key, enabling inline editing without manual SQL.
Distinct from SQL-Based Row Updates: Distinct from SQL-Based Row Updates: focuses on automatic SQL generation from cell edits rather than manual SQL expression writing.
Explore 1 awesome GitHub repository matching data & databases · Implicit Update Statement Builders. Refine with filters or upvote what's useful.
Rainfrog is a terminal-based database client that connects to multiple database engines, combining schema browsing, interactive SQL query execution, and inline data editing into a single terminal interface. It provides a tree navigator for exploring tables, columns, and indexes, and an inline cell editor that automatically constructs and executes the necessary UPDATE statements when a cell value is changed. The application also supports modal Vim-style keyboard shortcuts for cursor movement and editing, making it usable entirely from the keyboard. Query results are fetched in chunks and pagin
Automatically builds and executes UPDATE statements when a cell is edited, eliminating the need to write SQL manually.