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.