CLI for Postgres with auto-completion and syntax highlighting
CLI for Postgres with auto-completion and syntax highlighting
pgcli$ pgcli -h localhost -U username -d database_name$ pgcli postgresql://username:password@hostname:5432/database_name$ pgcli -h localhost -U username -d mydb -c 'SELECT * FROM users LIMIT 10;'