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.
38 lines
1.1 KiB
38 lines
1.1 KiB
4 years ago
|
+++
|
||
|
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 |
|
||
|
| +----+---------+----------+------+---> |
|
||
|
+----------------------------------------+
|
||
|
```
|
||
|
|
||
|
- `<Tab>` jumps between results and query.
|
||
|
- Save queries?
|
||
|
- How does one disconnect/return to server list?
|
||
|
- VIM-like keybinds, maybe?
|