sosedoff/pgweb

Cross-platform client for PostgreSQL databases

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 7 minutes ago
Added to GitGenius on September 6th, 2026
Created on October 9th, 2014
Open Issues & Pull Requests: 56 (+0)
GitHub issues: Enabled
Number of forks: 862
Total Stargazers: 9,494 (+0)
Total Subscribers: 140 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.8 days
Mean response time: 18.6 days
90th percentile: 60.1 days
Tracked items: 43

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 91% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 6% of issues opened in the past year have been closed. Three people close 80% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 22
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 456 days
Stale 30+ days: 22
Stale 90+ days: 17

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)
  • help wanted (1)
  • new-feature (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Pgweb is a web-based client for PostgreSQL databases that runs cross-platform on Mac, Linux, and Windows.

The tool solves the problem of needing a lightweight, accessible interface to explore and query PostgreSQL databases without installing heavy client software. It is distributed as a single compiled binary with zero dependencies, making deployment straightforward. Users connect to PostgreSQL instances through a web interface where they can browse tables, execute custom SQL queries, and export results. The tool supports SSH tunnels for secure remote connections and maintains multiple simultaneous database sessions.

Pgweb suits developers and database administrators who need quick, portable access to PostgreSQL without the overhead of traditional GUI clients or the learning curve of command-line tools. It works with PostgreSQL 9.6 and later versions. The single-binary distribution model makes it ideal for teams that want to avoid dependency management or for users who need to run the tool on machines with minimal setup. The web interface means no client installation is required on machines that merely need to connect—only the server running pgweb needs the binary.

The project maintains an active test suite that runs against multiple PostgreSQL versions using Docker, ensuring compatibility across supported database releases. Development follows a standard pull-request workflow with contributors expected to run the full test suite before submission. The maintainers provide comprehensive documentation through a wiki and accept community contributions through the standard fork-and-pull-request model, with issues tracked for feature requests and bug reports.