File: help.txt

package info (click to toggle)
mycli 1.42.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,036 kB
  • sloc: python: 8,587; makefile: 10
file content (24 lines) | stat: -rw-r--r-- 1,848 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
+--------------------------+-----------------------------------------------+
| Command                  | Description                                   |
|--------------------------+-----------------------------------------------|
| \#                       | Refresh auto-completions.                     |
| \?                       | Show Help.                                    |
| \c[onnect] database_name | Change to a new database.                     |
| \d [pattern]             | List or describe tables, views and sequences. |
| \dT[S+] [pattern]        | List data types                               |
| \df[+] [pattern]         | List functions.                               |
| \di[+] [pattern]         | List indexes.                                 |
| \dn[+] [pattern]         | List schemas.                                 |
| \ds[+] [pattern]         | List sequences.                               |
| \dt[+] [pattern]         | List tables.                                  |
| \du[+] [pattern]         | List roles.                                   |
| \dv[+] [pattern]         | List views.                                   |
| \e [file]                | Edit the query with external editor.          |
| \l                       | List databases.                               |
| \n[+] [name]             | List or execute named queries.                |
| \nd [name [query]]       | Delete a named query.                         |
| \ns name query           | Save a named query.                           |
| \refresh                 | Refresh auto-completions.                     |
| \timing                  | Toggle timing of commands.                    |
| \x                       | Toggle expanded output.                       |
+--------------------------+-----------------------------------------------+