Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: balajz/pgxcli

pgxcli 0.3.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 19:01

Added

  • clean errors: Use lipgloss for error formatting and styling, adding custom error packages (#96).
  • XDG_CONFIG_HOME support: Respect XDG_CONFIG_HOME for config path resolution (#94).
  • Double ESC to clear input: Added the ability to clear the input by pressing ESC twice (#91).
  • Double Ctrl+C to quit: Added the ability to quit the CLI by pressing Ctrl+C twice (#95).

New Contributors

Pgxcli v0.3.0

Choose a tag to compare

@github-actions github-actions released this 29 May 06:15
6477954

Added

  • Context Aware Autocompletion: pgxcli now provides context-aware autocompletion for SQL queries, including table names, column names, and SQL keywords.
  • meta command autocompletion: Added autocompletion for meta commands.
  • Text clamping: Added text clamping for long query inputs to prevent rendering issues.

Fixed

  • Fixed error on no password: Resolved password wrong message when no password is enter by user.

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.3.0

pgxcli 0.2.3

Choose a tag to compare

@github-actions github-actions released this 24 May 15:54
1a11b69
  • Docker and AUR packages: Added Dockerfile for containerized usage and Arch User Repository (AUR) package for Arch Linux users.

pgxcli 0.2.2

Choose a tag to compare

@github-actions github-actions released this 24 May 14:51
a577307

Fixed

  • Fix json and time rendering: Resolved issues with JSON and time type rendering in tables.

pgxcli 0.2.1

Choose a tag to compare

@github-actions github-actions released this 24 May 04:48
8322c1b

Credits: CockroachDB for code references.

Refactored

  • Removed custom results Removed the custom results and switch to the database/Rows interface for scalability and maintainability, helps to supports future features like streaming results and exporting results.

Into the Purple

Choose a tag to compare

@github-actions github-actions released this 22 May 17:28
c6870a8

[0.2.0] - 2026-05-22

image image

Added

  • Modernized UI: Completely redesigned REPL interface with styles and better visual hierarchy.
  • Orca Banner: Colorful ASCII orca banner with gradient styling on startup.
  • Report Issue link: Clickable link in the status bar to report issues on GitHub and banner.
  • Loading Spinner: Visual spinner indicator that displays during query execution.

Fixed

  • Version update: Updated version string.
  • fix interactive page: fix the interactive page to show only form when width is lesser.

Refactored

  • UI Component Architecture: Extracted child components (Input, Status, Spinner) into separate modules for better maintainability.
  • Style Management: Separated style definitions into dedicated source files for cleaner organization.

What's Changed

Full Changelog: v0.1.2...v0.2.0

pgxcli 0.1.2

Choose a tag to compare

@github-actions github-actions released this 21 May 14:23
03b180a

Added

  • Query Cancellation: Press Ctrl+C during a running query to cancel it immediately via PostgreSQL's out-of-band cancel signal.

Fixed

  • hardcoded style: Removed the hardcoded "monokai" style from the syntax highlighter.

Better CLI experience

Choose a tag to compare

@github-actions github-actions released this 17 May 19:43
e585f74

[0.1.1] - 2026-05-18

Added

  • External Editor Support: Launch your favorite editor with Ctrl+E to write complex queries.
  • Standard PostgreSQL Environment Variables: Support for PGHOST, PGPORT, and PGDATABASE for easier connection management.
  • Modernized UI: Refreshed REPL interface.
  • Dialer Timeout: Added timeout support for database connections to improve responsiveness on network issues.
  • Error Colorization: Improved error reporting with colorized output for better readability.

Fixed

  • Secure Password Input: Passwords are no longer echoed to the terminal during input.
  • Improved Password Retry Flow: Added clear error messaging and retry prompts for incorrect passwords.

Changed

  • ParsePrompt Optimization: Refactored prompt parsing to use a single-pass construction, significantly reducing memory allocations.
  • Keyword Management: Migrated PostgreSQL keywords to the completer module to support future context-aware completion.

New Contributors

Initial Release

Choose a tag to compare

@github-actions github-actions released this 30 Apr 13:28
690f31f

The first release of pgxcli, a command-line interface for PostgreSQL inspired by pgcli, with a focus on performance and extensibility.

[0.1.0] - 2026-04-30

Added

  • Syntax-aware SQL splitting via jackc's sqlsplit
  • JSONL-based history system
  • configurable syntax highlighting
  • Support for multiple table formats
  • Linux packages: deb, rpm, apk, archlinux
  • Windows MSI installer
Morty Proxy This is a proxified and sanitized view of the page, visit original site.