pgconsole is web-based PostgreSQL editor. Single binary, single config file, no database required. Connect your team to PostgreSQL with access control and audit logging built in.
- Full PostgreSQL parser powers realtime autocomplete, syntax highlighting, and error detection
- Query, edit results, stage changes, and apply — all in one view
- AI assistant generates SQL, explains queries, fixes errors, and assesses change risk
- Fine-grained IAM controls who can read, write, or administer each connection
- Every query and login is recorded in the audit log
- Everything is in
pgconsole.toml— connections, users, groups, access rules, AI providers
- Node.js 20+
npm install -g @pgplex/pgconsole
pgconsole --config pgconsole.tomlnpx @pgplex/pgconsole --config pgconsole.tomldocker run -p 9876:9876 -v /path/to/pgconsole.toml:/etc/pgconsole.toml pgplex/pgconsole