From 829477b92c32d617807acf44addb0927640b061c Mon Sep 17 00:00:00 2001 From: Xavier Brochard Date: Tue, 18 Feb 2020 12:17:45 +0100 Subject: [PATCH] WIP : Postgresql command line tool pgcli --- docs/maintenance/database_tool.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/maintenance/database_tool.rst diff --git a/docs/maintenance/database_tool.rst b/docs/maintenance/database_tool.rst new file mode 100644 index 0000000..a62a62e --- /dev/null +++ b/docs/maintenance/database_tool.rst @@ -0,0 +1,14 @@ +Postgresql command line client + +Pgcli is a command line interface for Postgres with auto-completion and syntax highlighting. + +https://github.com/dbcli/pgcli +https://www.pgcli.com/ + +Useful tool to check or update database content, with curse graphical browsing, +syntax highlighting and auto-completion of SQL commands, tables and fields name. + +- Browsable content +- Auto-completes as you type for SQL keywords as well as tables and columns in the database. +- Syntax highlighting +- Smart-completion will suggest context-sensitive completion.