The source content for blog.juliobiason.me
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.

42 lines
1.2 KiB

+++
title = "Potent Thrifty Iridium"
date = 2020-10-22
[taxonomies]
tags = ["projetos", "pessoal", "postgres", "tui"]
+++
- TUI para Postgres.
- Interface simples, tipo Borland.
- Lista de servidores/conexões.
```
+----------------------------------------+
| *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>` pula entre resultados e query.
- Salvar queries?
- Como fazer para desconectar/retornar para a lista de servidores?
- Teclas tipo Vim, talvez?
<!--
vim:spelllang=pt:
-->