postgres-cli
Installation
SKILL.md
Postgres CLI (V2)
Use postgres-cli to query PostgreSQL through named connection targets.
Platform Support
scripts/postgres-cliis 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)
- macOS arm64 (
- 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 intoscripts/bin/.scripts/refresh-binaries-from-release.sh <tag>- Downloads release binaries intoscripts/bin/.