pgweb PostgreSQL 管理系统 pgweb

agolangf • 3155 次点击    
这是一个分享于 的项目,其中的信息可能已经有所发展或是发生改变。
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)
授权协议:
MIT
开发语言:
Google Go 查看源码»
操作系统:
跨平台
3155 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传