PgAdmin

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(安装)
第1行: 第1行:
 
pgAdmin : PostgreSQL administration and management tools
 
pgAdmin : PostgreSQL administration and management tools
  
pgAdmin III 使用 [[C++]] 和 [[wxWidgets]] 框架开发。
+
==简介==
 +
* pgAdmin 4 is written in [[Python]] and jQuery with [[Bootstrap]], using the [[Flask]] framework.
 +
* pgAdmin III 使用 [[C++]] 和 [[wxWidgets]] 框架开发。
  
 
==安装==
 
==安装==
pgAdmin4 is written in [[Python]] and jQuery with [[Bootstrap]], using the [[Flask]] framework.
 
 
 
OS X用户
 
OS X用户
 
  brew info postgresql
 
  brew info postgresql

2019年10月1日 (二) 10:02的版本

pgAdmin : PostgreSQL administration and management tools

目录

简介

安装

OS X用户

brew info postgresql
brew install postgresql
postgres -D /usr/local/var/postgres &

Debian用户

vi /etc/apt/sources.list 
deb [MIRROR URL]/pgadmin3/release/debian sarge pgadmin For example,
deb ftp://ftp.hk.postgresql.org/postgresql/pgadmin3/release/debian/ sarge pgadmin 
apt-get update
apt-get install pgadmin3

Ubuntu

sudo apt-get install pgadmin3

Web

wget https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v2.1/pip/pgadmin4-2.1-py2.py3-none-any.whl
pip install ./pgadmin4-1.3-py2.py3-none-any.whl
python ~/pgadmin4/lib/python2.7/site-packages/pgadmin4/pgAdmin4.py
http://127.0.0.1:5050

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱