pgweb is a web-based database client and graphical administration tool for PostgreSQL. It provides a browser-based interface for executing SQL queries, inspecting schemas, and managing database objects.
The tool includes a read-only mode that prevents destructive operations by blocking specific SQL keywords. It supports secure remote access to private instances through native SSH tunneling and encrypted database connections.
The application covers a broad range of management capabilities, including multi-environment session management, database structure inspection, and the export of query results into CSV, JSON, or XML formats. It also provides monitoring tools for tracking database activity and analyzing query performance.
The project is available as a container image for simplified deployment.