pgweb
A web-based PostgreSQL client that ships as a single binary and runs in your browser.
These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
About pgweb
pgweb is a PostgreSQL database explorer that you start as one binary on Windows, macOS or Linux, then use from a web browser. It lets you connect to a database, browse tables and run queries without installing a heavier desktop client.
The repository also includes a Dockerfile and compose files, so it can run in a container on a server and be shared with a team. It suits developers who want a quick, lightweight way to look inside a Postgres database.
Strengths
- Single binary with no install step
- Works on Windows, macOS and Linux
- Can run in Docker for shared access
Limitations
- PostgreSQL only
- Browser interface is simpler than full desktop database IDEs
Details
- Pricing
- FreeFree and open source.
- License
- MIT
- Developer
- Dan Sosedoff
- Platforms
- Windows, macOS, Linux, Web, Self-hosted
- How it runs
- Downloadable app, Self-hosted
- Account
- Not required
- Best suited for
- Developers who want a quick, lightweight PostgreSQL browser
- Categories
- Database tools, Developer tools
- Last verified
- Added
- Provenance
- Facts checked against the developer's own pages and store listings, 1 sources on file.
Alternatives to pgweb
Compare allSoftware that can replace pgweb for an important use case, and what changes if you switch.
pgAdmin
The standard open-source administration tool for PostgreSQL.
pgAdmin covers the full PostgreSQL object model as a desktop or shared web app under the PostgreSQL license, but its web interface is heavy and slow to start.
Adminer
Database management in a single PHP file.
Adminer is a single PHP file under Apache-2.0 that supports many database engines beyond PostgreSQL, but needs a PHP server and must be protected on public hosts.
CloudBeaver
A self-hosted web database manager from the DBeaver team, used through a browser.
CloudBeaver is a self-hosted browser database manager from the DBeaver team covering more than PostgreSQL, but it requires running and maintaining a server.
Outerbase Studio
A lightweight open-source database GUI that runs in the browser for Postgres, MySQL and SQLite.
Outerbase Studio is an open-source browser GUI for Postgres, MySQL, SQLite and libSQL that can be self-hosted with Docker, rather than a single local binary.
WhoDB
A lightweight open-source database explorer for SQL, NoSQL and Redis with AI-assisted querying.
WhoDB is an open-source explorer for SQL, NoSQL and Redis with AI-assisted querying and web, desktop and CLI front ends, going beyond PostgreSQL alone.
Mathesar
A self-hosted, spreadsheet-like web interface for viewing, editing and querying PostgreSQL data.
Mathesar is a self-hosted PostgreSQL web interface with spreadsheet-like editing for non-technical users and native Postgres permissions, requiring a running server.
Similar software
Related functionality, not necessarily a direct replacement.
Postico 2
A native Mac app for browsing, editing and querying PostgreSQL and compatible databases.
pgcli
A command-line PostgreSQL client with auto-completion and syntax highlighting.
PgHero
A self-hosted performance dashboard for PostgreSQL that highlights slow queries, index issues and space usage.
Beekeeper Studio
A SQL client that is pleasant to look at and works the same on Windows, macOS and Linux.
PostgreSQL
The open-source relational database with 35 years behind it, known for correctness, extensibility and a long feature list.