diff --git a/README.md b/README.md index 00969d7f..0ec8935c 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ AXIs built and maintained by the community: | [`cyber-mux`](https://github.com/cyberuni/cyber-mux) | unional | Terminal multiplexers | Open, send, read, focus, and close terminal panes across tmux, herdr, and WezTerm through one detection-driven contract with token-efficient output. | | [`oracle-axi`](https://github.com/thatdudealso/oracle-axi) | thatdudealso | Oracle Database | Discover, create, inspect, query, export, import, maintain, and diagnose Oracle databases through safe token-efficient CLI workflows. | | [`glab-axi`](https://github.com/karotkriss/glab-axi) | karotkriss | GitLab | Issues, merge requests, CI/CD pipelines, variables and secrets, releases, and raw API access. Wraps the official glab CLI with agent-ergonomic TOON output. | +| [`pg-axi`](https://github.com/Abdul-Rehman6/pg-axi) | Abdul-Rehman6 | PostgreSQL | Inspect schemas, run capped queries, and read query plans over the shell - token-efficient TOON output, partition-aware row counts. | diff --git a/catalog.yaml b/catalog.yaml index 239cf967..32c5d421 100644 --- a/catalog.yaml +++ b/catalog.yaml @@ -151,3 +151,8 @@ community: author: karotkriss domain: GitLab description: "Issues, merge requests, CI/CD pipelines, variables and secrets, releases, and raw API access. Wraps the official glab CLI with agent-ergonomic TOON output." + - name: pg-axi + url: https://github.com/Abdul-Rehman6/pg-axi + author: Abdul-Rehman6 + domain: PostgreSQL + description: "Inspect schemas, run capped queries, and read query plans over the shell - token-efficient TOON output, partition-aware row counts." diff --git a/docs/index.html b/docs/index.html index 09bc9d69..79d00f93 100644 --- a/docs/index.html +++ b/docs/index.html @@ -711,6 +711,20 @@

The [AXI catalog].

glab CLI with agent-ergonomic TOON output. + + + pg-axi + + Abdul-Rehman6 + PostgreSQL + + Inspect schemas, run capped queries, and read query plans + over the shell - token-efficient TOON output, + partition-aware row counts. + +