You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.5 KiB
1.5 KiB
+++ title = "Potent Thrifty Iridium" date = 2020-10-22 updated = 2021-02-17
[taxonomies] tags = ["projects", "personal", "postgres", "tui"] +++
ARCHIVED pgcli does everything I wish.
Postgres Text Interface.
- 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 |
| +----+---------+----------+------+---> |
+----------------------------------------+
<Tab>
jumps between results and query.- Save queries?
- Could save and load files, the are pure text anyway...
- How does one disconnect/return to server list?
- VIM-like keybinds, maybe?
- Replace commands like
\dt
withshow tables
(accept both)- More interesting, using
show tables
should show that the actual command is\dt
- More interesting, using
- Auto-complete tables, fields, etc (pretty much what psql does already)