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)

28072512_4JyJ.png
28072513_O8ia.png

pgweb: https://github.com/sosedoff/pgweb/

pgweb 如何安装在ubuntu 14.04 LTS 上?

希望大神能写下详细过程

多谢!

PostgreSQL

御坂09489 10 years, 2 months ago

根本就无需安装,何来安装过程。

文档写的很清楚,直接下载下来运行就行了

Please visit Github Releases to download a precompiled binary for your operating system.

Sparta answered 10 years, 2 months ago

大大们 如何安装啊??

APRILs answered 10 years, 2 months ago

你怎么不继续往下看呢,在 Usage 中写得很明白啊

如:我下载了win版,解压后,一个exe,我更名为:pgweb.exe,然后在cmd中:
图片描述

我不是2b answered 10 years, 2 months ago

Your Answer