[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-5093":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":24,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":16,"starSnapshotCount":16,"syncStatus":19,"lastSyncTime":32,"discoverSource":33},5093,"pgweb","sosedoff\u002Fpgweb","sosedoff","Cross-platform client for PostgreSQL databases","https:\u002F\u002Fsosedoff.github.io\u002Fpgweb",null,"Go",9372,842,133,34,0,5,25,2,69.78,"MIT License",false,"main",true,[26,27,5,28],"cross-platform","golang","postgresql","2026-06-12 04:00:24","# pgweb\n\nSimple web-based and cross platform PostgreSQL database explorer.\n\n[![Release](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Frelease\u002Fsosedoff\u002Fpgweb.svg?label=Release)](https:\u002F\u002Fgithub.com\u002Fsosedoff\u002Fpgweb\u002Freleases)\n[![Linux Build](https:\u002F\u002Fgithub.com\u002Fsosedoff\u002Fpgweb\u002Factions\u002Fworkflows\u002Fchecks.yml\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fsosedoff\u002Fpgweb\u002Factions?query=branch%3Amain)\n[![Go Report Card](https:\u002F\u002Fgoreportcard.com\u002Fbadge\u002Fgithub.com\u002Fsosedoff\u002Fpgweb)](https:\u002F\u002Fgoreportcard.com\u002Freport\u002Fgithub.com\u002Fsosedoff\u002Fpgweb)\n[![GoDoc](https:\u002F\u002Fgodoc.org\u002Fgithub.com\u002Fsosedoff\u002Fpgweb?status.svg)](https:\u002F\u002Fgodoc.org\u002Fgithub.com\u002Fsosedoff\u002Fpgweb)\n[![Docker Pulls](https:\u002F\u002Fimg.shields.io\u002Fdocker\u002Fpulls\u002Fsosedoff\u002Fpgweb.svg)](https:\u002F\u002Fhub.docker.com\u002Fr\u002Fsosedoff\u002Fpgweb\u002F)\n\n## Overview\n\nPgweb is a web-based database explorer for PostgreSQL, written in Go, and works\non Mac, Linux and Windows machines. Distributed as a simple binary with zero dependencies.\nVery easy to use and packs just the right amount of features.\n\n[See application screenshots](SCREENS.md)\n\n## Features\n\n- Cross-platform: Mac\u002FLinux\u002FWindows (64bit).\n- Simple installation (distributed as a single binary).\n- Zero dependencies.\n- Works with PostgreSQL 9.1+.\n- Supports native SSH tunnels.\n- Multiple database sessions.\n- Execute and analyze custom SQL queries.\n- Table and query data export to CSV\u002FJSON\u002FXML.\n- Query history.\n- Server bookmarks.\n\nVisit [WIKI](https:\u002F\u002Fgithub.com\u002Fsosedoff\u002Fpgweb\u002Fwiki) for more details.\n\n## Demo\n\nVisit https:\u002F\u002Fpgweb-demo.fly.dev\u002F to see Pgweb in action.\n\n## Installation\n\n- [Precompiled binaries](https:\u002F\u002Fgithub.com\u002Fsosedoff\u002Fpgweb\u002Freleases) for supported operating systems are available.\n- [More installation options](https:\u002F\u002Fgithub.com\u002Fsosedoff\u002Fpgweb\u002Fwiki\u002FInstallation)\n\n## Usage\n\nStart server:\n\n```\npgweb\n```\n\nYou can also provide connection flags:\n\n```\npgweb --host localhost --user myuser --db mydb\n```\n\nConnection URL scheme is also supported:\n\n```\npgweb --url postgres:\u002F\u002Fuser:password@host:port\u002Fdatabase?sslmode=[mode]\npgweb --url \"postgres:\u002F\u002F\u002Fdatabase?host=\u002Fabsolute\u002Fpath\u002Fto\u002Funix\u002Fsocket\u002Fdir\"\n```\n\n### Multiple database sessions\n\nTo enable multiple database sessions in pgweb, start the server with:\n\n```\npgweb --sessions\n```\n\nOr set environment variable:\n\n```\nPGWEB_SESSIONS=1 pgweb\n```\n\n## Testing\n\nBefore running tests, make sure you have PostgreSQL server running on `localhost:5432`\ninterface. Also, you must have `postgres` user that could create new databases\nin your local environment. Pgweb server should not be running at the same time.\n\nExecute test suite:\n\n```\nmake test\n```\n\nIf you're using Docker locally, you might also run pgweb test suite against\nall supported PostgreSQL version with a single command:\n\n```\nmake test-all\n```\n\n## Contribute\n\n- Fork this repository\n- Create a new feature branch for a new functionality or bugfix\n- Commit your changes\n- Execute test suite\n- Push your code and open a new pull request\n- Use [issues](https:\u002F\u002Fgithub.com\u002Fsosedoff\u002Fpgweb\u002Fissues) for any questions\n- Check [wiki](https:\u002F\u002Fgithub.com\u002Fsosedoff\u002Fpgweb\u002Fwiki) for extra documentation\n\n## License\n\nThe MIT License (MIT). See [LICENSE](LICENSE) file for more details.\n","pgweb 是一个基于 Web 的跨平台 PostgreSQL 数据库管理工具。它使用 Go 语言编写，支持 Mac、Linux 和 Windows 系统，并且作为一个独立的二进制文件分发，无需任何依赖。核心功能包括支持原生 SSH 隧道、多数据库会话、自定义 SQL 查询执行与分析、数据导出（CSV\u002FJSON\u002FXML格式）、查询历史记录及服务器书签等。适用于需要对 PostgreSQL 数据库进行便捷管理和操作的各种场景，如开发测试环境、生产环境监控或个人学习研究。","2026-06-11 03:02:30","top_language"]