Pgcli is a command line interface for Postgres database that does auto-completion and syntax highlighting. You can install this version using:
$ pip install -U pgcli
Features:
- Refresh completions after COMMIT or ROLLBACK. (Thanks: Irina Truong)
- Use dbcli's Homebrew tap for installing pgcli on macOS (issue #718) (Thanks: Thomas Roten ...