|
|
|
@ -1,12 +1,14 @@
|
|
|
|
|
+++ |
|
|
|
|
title = "Potent Thrifty Iridium" |
|
|
|
|
date = 2020-10-22 |
|
|
|
|
updated = 2020-10-23 |
|
|
|
|
|
|
|
|
|
[taxonomies] |
|
|
|
|
tags = ["projects", "personal", "postgres", "tui"] |
|
|
|
|
+++ |
|
|
|
|
|
|
|
|
|
- TUI to Postgres. |
|
|
|
|
Postgres Text Interface. |
|
|
|
|
|
|
|
|
|
- Simple, Borland-like interface. |
|
|
|
|
- List of servers/connections. |
|
|
|
|
|
|
|
|
@ -35,3 +37,7 @@ tags = ["projects", "personal", "postgres", "tui"]
|
|
|
|
|
- Save queries? |
|
|
|
|
- How does one disconnect/return to server list? |
|
|
|
|
- VIM-like keybinds, maybe? |
|
|
|
|
- Replace commands like `\dt` with `show tables` (accept both) |
|
|
|
|
- More interesting, using `show tables` should show that the actual command |
|
|
|
|
is `\dt` |
|
|
|
|
- Auto-complete tables, fields, etc (pretty much what psql does already) |
|
|
|
|