pgAdmin

pgAdmin是一个针对 PostgreSQL 最流行的、功能丰富的开放源码管理和开发平台。

  • Owner: pgadmin-org/pgadmin3
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

pgAdmin是一个针对PostgreSQL——世界上最先进的开源数据库最流行的、功能丰富的开放源码管理和开发平台。该应用程序可以在 Linux、FreeBSD、Solaris、Mac OS X 和Windows平台用于管理运行在任何平台上的 PostgreSQL 7.3及以上版本,以及商业和派生版本的PostgreSQL如 Postgres Plus AdvancedServer 和 Greenplum 数据库等。

pgAdmin 设计旨在应对所有用户的需求,从写一个简单的SQL查询到开发复杂的数据库。图形界面支持所有PostgreSQL特性并且易于管理。该应用程序还包括一个语法高亮显示的SQL编辑器,服务器端代码编辑,支持SQL/批处理/shell任务调度代理,支持 Slony-I 复制引擎以及更多功能。服务器连接可以通过(在 *nix 平台)TCP/IP 或 Unix 域套接字进行,并能 SSL 安全加密。与数据库服务器进行通信无需额外的驱动程序。

pgAdmin 由世界各地的 PostgreSQL 专家社区开发和提供多达十几种语言。它是免费软件,PostgreSQL License 下发布。

Overview

Name With Ownerpgadmin-org/pgadmin3
Primary LanguageC++
Program languageShell (Language Count: 11)
Platform
License:Other
Release Count92
Last Release NameREL-1_22_2 (Posted on 2016-11-10 15:20:45)
First Release NameREL-0_9_0 (Posted on 2010-07-17 00:45:35)
Created At2010-08-18 08:41:24
Pushed At2018-12-19 02:23:57
Last Commit At2016-11-10 14:13:43
Stargazers Count176
Watchers Count23
Fork Count83
Commits Count6.4k
Has Issues Enabled
Issues Count403
Issue Open Count118
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count13
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

pgAdmin III README

Introduction

pgAdmin III is the most popular and feature rich Open Source administration and
development platform for PostgreSQL, the most advanced Open Source database in
the world. The application may be used on Linux, FreeBSD, Solaris, Mac OS X and
Windows platforms to manage PostgreSQL 8.2 and above running on any platform,
as well as commercial versions of PostgreSQL such as Mammoth PostgreSQL,
EnterpriseDB Postgres Plus Advanced Server and Greenplum Database.

pgAdmin III is designed to answer the needs of all users, from writing simple
SQL queries to developing complex databases. The graphical interface supports
all PostgreSQL features and makes administration easy. The application also
includes a syntax highlighting SQL editor, a server-side code editor, an
SQL/batch/shell job scheduling agent, support for the Slony-I replication
engine and much more. Server connection may be made using TCP/IP or Unix Domain
Sockets (on *nix platforms), and may be SSL encrypted for security. No
additional drivers are required to communicate with the database server.

pgAdmin III is developed by a community of PostgreSQL experts around the world
and is available in more than a dozen languages. It is Free Software released
under the PostgreSQL License.

Compilation

Please see the INSTALL file for compilation and installation instructions.

Translation

Translation into your preferred language is easily possible even for
non-programmers. Please see http://www.pgadmin.org/translation/ for
further details.

To the top