欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
PgAdmin
来自开放百科 - 灰狐
(版本间的差异)
小 |
|||
(未显示2个用户的16个中间版本) | |||
第1行: | 第1行: | ||
pgAdmin : PostgreSQL administration and management tools | pgAdmin : PostgreSQL administration and management tools | ||
− | + | ==简介== | |
+ | * pgAdmin 4 is written in [[Python]] and jQuery with [[Bootstrap]], using the [[Flask]] framework. | ||
+ | * pgAdmin III 使用 [[C++]] 和 [[wxWidgets]] 框架开发。 | ||
+ | |||
+ | ==功能== | ||
+ | |||
+ | ==指南== | ||
+ | OS X用户 | ||
+ | brew info postgresql | ||
+ | brew install postgresql | ||
+ | postgres -D /usr/local/var/postgres & | ||
− | |||
Debian用户 | Debian用户 | ||
vi /etc/apt/sources.list | vi /etc/apt/sources.list | ||
deb [MIRROR URL]/pgadmin3/release/debian sarge pgadmin For example, | deb [MIRROR URL]/pgadmin3/release/debian sarge pgadmin For example, | ||
− | deb ftp:// | + | deb ftp://ftp.hk.postgresql.org/postgresql/pgadmin3/release/debian/ sarge pgadmin |
− | + | ||
apt-get update | apt-get update | ||
apt-get install pgadmin3 | 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 | ||
+ | |||
+ | ==项目== | ||
+ | |||
+ | ==用户== | ||
+ | |||
+ | ==图集== | ||
+ | <gallery> | ||
+ | image:pgadmin-4.png|pgAdmin 4 | ||
+ | image:pgadmin3_linux.png|pgAdmin 3 | ||
+ | </gallery> | ||
+ | |||
+ | ==链接== | ||
+ | *[http://www.pgadmin.org/ PgAdmin官网] | ||
+ | *[https://github.com/postgres/pgadmin4 pgAdmin 4 @ GitHib] | ||
+ | |||
+ | [[category:PostgreSQL]] | ||
+ | [[category:c++]] | ||
+ | [[category:python]] | ||
+ | [[category:qt]] | ||
+ | [[category:wxWidgets]] |
2020年12月7日 (一) 03:28的最后版本
pgAdmin : PostgreSQL administration and management tools
目录 |
[编辑] 简介
- pgAdmin 4 is written in Python and jQuery with Bootstrap, using the Flask framework.
- pgAdmin III 使用 C++ 和 wxWidgets 框架开发。
[编辑] 功能
[编辑] 指南
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
[编辑] 项目
[编辑] 用户
[编辑] 图集
[编辑] 链接
分享您的观点