+++ title = "Potent Thrifty Iridium" date = 2020-10-22 [taxonomies] tags = ["projects", "personal", "postgres", "tui"] +++ - TUI to Postgres. - Simple, Borland-like interface. - List of servers/connections. ``` +----------------------------------------+ | *Connected to XXX* | +----------------------------------------+ | Query | | | | | | | +----------------------------------------+ | Results | | +----+---------+----------+------+---> | | | Fi | Field | Field | Fiel | F | | +----+---------+----------+------+---> | | | Va | Value | Value | Valu | V | | | Va | Value | Value | Valu | V | | | Va | Value | Value | Valu | V | | | Va | Value | Value | Valu | V | | +----+---------+----------+------+---> | +----------------------------------------+ ``` - `` jumps between results and query. - Save queries? - How does one disconnect/return to server list? - VIM-like keybinds, maybe?