postgres-cli

Installation
SKILL.md

Postgres CLI (V2)

Use postgres-cli to query PostgreSQL through named connection targets.

Platform Support

  • scripts/postgres-cli is the canonical launcher path inside the installed skill directory.
  • Prebuilt binaries are expected in scripts/bin/ for:
    • macOS arm64 (postgres-cli-darwin-arm64)
    • Linux x86_64 (postgres-cli-linux-x86_64)
    • Windows x86_64 (postgres-cli-windows-x86_64.exe)
  • If no compatible binary exists and source + Cargo are available, launcher falls back to cargo run --release.

Available Scripts

  • scripts/postgres-cli - Launcher that selects a platform binary.
  • scripts/build-release-binary.sh - Builds and places a binary for current host into scripts/bin/.
  • scripts/refresh-binaries-from-release.sh <tag> - Downloads release binaries into scripts/bin/.
Installs
17
GitHub Stars
1
First Seen
Mar 1, 2026