Back to App Store
PostgreSQL
Pilot Protocol · io.pilot.postgres
The database, agent-native — initdb, psql, and the full client/server toolchain.
Data & Storage Live on catalogue
pilotctl appstore install io.pilot.postgres 49k
Installs
v17.5.0
Version
51 MB
Size
guarded
Sandbox
macOS · Linux
Platforms
About PostgreSQL
PostgreSQL 17.5.0 as a native CLI for agents: stand up and manage a local Postgres server (initdb / start / stop / createdb) and run SQL with psql — aligned-table or CSV results, backslash schema introspection, database listing, and the full client/server toolchain (pg_dump, pg_restore, pg_isready, ...) via a verbatim-argv passthrough. Connects to a local or remote server via a libpq connection string or PG* env.
Methods · 7
postgres.initdb Initialize a new local database cluster.
postgres.start Start the local Postgres server.
postgres.stop Stop the local server.
postgres.createdb Create a database.
postgres.psql Run SQL — aligned-table or CSV results.
postgres.exec Verbatim-argv passthrough to the full toolchain (pg_dump, pg_restore, pg_isready, ...).
postgres.help Discovery: every method with params and latency class.
What’s New
v17.5.0 Latest
Jun 28, 2026
- Native-CLI packaging of PostgreSQL 17.5.0 for the Pilot app store
- Aligned-table + CSV result modes over IPC
- Full client/server toolchain via verbatim-argv passthrough
Platform Compatibility
macOS Apple Silicon
30 MBSupported
macOS Intel
28 MBSupported
Linux arm64
31 MBSupported
Linux amd64
30 MBSupported
You might also like