Re: [GENERAL] Developer GUI tools for PostgreSQL - Mailing list pgsql-general

From JingYuan Chen
Subject Re: [GENERAL] Developer GUI tools for PostgreSQL
Date
Msg-id CA+7LKP=YT86NQPGq+zinXjXK4f6dvZxMiu_bjAAnJ7kVU_Ca-g@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] Developer GUI tools for PostgreSQL  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-general
I recommend that you can try Squirrel SQL.
(http://squirrel-sql.sourceforge.net/index.php?page=screenshots)

It is a SQL tool based on JVM. You can execute it whether on Linux or WIndow, even MAC.
It use JDBC to connect Database. So that you can install differet JDBC Driver to connect to different databases, such as Oracle (Thin Driver) , PostgreSQL (Pg JDBC), MS-SQL ( JTDS ) and so on.

Beside DDL oprations, I also use it to copy data in order to build sandbox environment. Select the table, Right click and Copy it, then Paste it. Only three steps to create a new table with data for test or development purpose. Some nice facilities I often used are rotated table, view metadata and monitor server performance. Yes, it can also export the data you fetched as Excel or CVS file.

Try it and you will love it !


Regards,
Chingyuan

On Thu, Jul 27, 2017 at 9:31 AM, Joshua D. Drake <jd@commandprompt.com> wrote:
On 07/26/2017 05:58 PM, Tim Uckun wrote:
I am waiting till pgadmin4 gets a bit faster. It seems kind of slow on my mac.

PostgreSQL Studio
Navicat
EMS PostgreSQL Manager
PgAdmin3 LTS (BigSQL)

JD


--
Command Prompt, Inc. || http://the.postgres.company/ || @cmdpromptinc

PostgreSQL Centered full stack support, consulting and development.
Advocate: @amplifypostgres || Learn: https://pgconf.us
*****     Unless otherwise stated, opinions are my own.   *****



--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: rob stone
Date:
Subject: Re: [GENERAL] Developer GUI tools for PostgreSQL
Next
From: James Sewell
Date:
Subject: [GENERAL] Interesting streaming replication issue