Re: Developer GUI tools for PostgreSQL

From: Thore Boedecker <me(at)foxxx0(dot)de>
To: Tiffany Thang <tiffanythang(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Developer GUI tools for PostgreSQL
Date: 2017-07-27 07:48:03
Message-ID: 20170727074803.GA1391@utgard.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 26.07.17 - 18:41, Tiffany Thang wrote:
> Hi,
> I'm new to PostgreSQL. I'm looking for a developer tool that works
> similarly to TOAD or SQL Developer for Oracle/MySQL which would allow me to
> view and make DDL changes to database objects and create data models. It
> would be a plus if I can use the same tool to perform some database
> administration tasks.

I've grown quite fond of pgModeler:
https://www.pgmodeler.com.br/

It's working really nice, has some layout validation checks, good
visualization features, easy to use and if you really need you can
also put in some SQL statements by hand.

It lacks however some administration capabilities so it's best used
with pgAdmin (or use the pgsql cli).

Cheers,
Thore

--

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Güttler 2017-07-27 08:27:40 Re: Row based permissions: at DB or at Application level?
Previous Message Alex Samad 2017-07-27 07:43:18 Re: Question about paritioning