pgweb 是一个采用 Go 语言开发的基于 Web 的 PostgreSQL 管理系统。
主要特性:
*
可连接到本地和远程服务器
*
浏览表格和表格数据
*
读取表格详情,包括结构、大小、索引和行数
*
执行 SQL 查询和运行分析
*
导出查询结果到 CSV
*
查看查询历史记录
支持 PostgreSQL 9.1-9.3,服务器启动参数:
<pre class="brush:shell;toolbar: true; auto-links: false;">Usage:
pgweb [OPTIONS]
Application Options:
-v, --version Print version
-d, --debug Enable debugging mode (false)
--url= Database connection string
--host= Server hostname or IP (localhost)
--port= Server port (5432)
--user= Database user (postgres)
--db= Database name (postgres)
--ssl= SSL option (disable)
--listen= HTTP server listen port (8080)</pre>
![image](http://static.oschina.net/uploads/img/201410/28072512_4JyJ.png)![image](http://static.oschina.net/uploads/img/201410/28072513_O8ia.png)