pgweb 如何安装 ?
pgweb 是一个采用 Go 语言开发的基于 Web 的 PostgreSQL 管理系统。
主要特性:
可连接到本地和远程服务器
浏览表格和表格数据
读取表格详情,包括结构、大小、索引和行数
执行 SQL 查询和运行分析
导出查询结果到 CSV
查看查询历史记录
支持 PostgreSQL 9.1-9.3,服务器启动参数:
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)
pgweb: https://github.com/sosedoff/pgweb/
pgweb 如何安装在ubuntu 14.04 LTS 上?
希望大神能写下详细过程
多谢!
御坂09489
10 years, 2 months ago
Answers
根本就无需安装,何来安装过程。
文档写的很清楚,直接下载下来运行就行了
Please visit Github Releases to download a precompiled binary for your operating system.
Sparta
answered 10 years, 2 months ago