Skip to content

add pgxcli - A PostgreSQL CLI tool#508

Open
balajz wants to merge 1 commit into
dhamaniasad:masterfrom
balajz:add-pgxcli
Open

add pgxcli - A PostgreSQL CLI tool#508
balajz wants to merge 1 commit into
dhamaniasad:masterfrom
balajz:add-pgxcli

Conversation

@balajz
Copy link
Copy Markdown

@balajz balajz commented May 1, 2026

Pgxcli is a PostgreSQL CLI client written in Go, inspired by pgcli. It is designed to be lightweight, distributed as a single binary, and optimized for performance, while addressing the limitations of pgcli through Go.

Signed-off-by: Balaji J <j.balaji2468@gmail.com>
Copilot AI review requested due to automatic review settings May 1, 2026 06:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds pgxcli to the repository’s README under the “CLI” section, expanding the curated list of PostgreSQL command-line clients.

Changes:

  • Add a new README entry for pgxcli (a Go-based PostgreSQL CLI).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
### CLI
* [atlas](https://github.com/ariga/atlas) - Atlas is a tool for managing and migrating database schemas using modern DevOps principles.
* [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting
* [pgxcli](https://github.com/Balaji01-4D/pgxcli) - Postgres CLI with autocompletion and syntax highlighting written in Go.
Copy link

Copilot AI May 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new bullet ends with a trailing period, while the immediately adjacent pgcli entry (and many others in this list) do not. Consider removing the trailing period here (or adding periods consistently across the section) to keep formatting consistent within the CLI list.

Suggested change
* [pgxcli](https://github.com/Balaji01-4D/pgxcli) - Postgres CLI with autocompletion and syntax highlighting written in Go.
* [pgxcli](https://github.com/Balaji01-4D/pgxcli) - Postgres CLI with autocompletion and syntax highlighting written in Go

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants