37

PostgreSQL comes with the excellent pgAdmin-tool for managing the database but lacks GUI data-modeling utility?

I found this list: http://www.databaseanswers.org/modelling_tools.htm but don't have time to evaluate them.

Which one do YOU recommend?

2
  • 1
    Dbeaver provides diagrams, but not reverse engineering from models - github.com/dbeaver/dbeaver/wiki/ER-Diagrams Commented May 15, 2018 at 14:22
  • See Moon Modeler - data design tool that offers data modeling, reverse engineering and forward engineering features. Free version is available. Commented Sep 22, 2020 at 21:59

6 Answers 6

14

pgModeler looks promising: http://pgmodeler.com.br

Sign up to request clarification or add additional context in comments.

2 Comments

I really like the interface/functionality but unfortunately it's still extremely buggy. I wouldn't do any work with it that you wouldn't mind completely losing (I learned this the hard way).
pgModeler is quite stable now, I'm using v0.9.3 with no problems. To compile it you can follow this guide I wrote medium.com/@mglaving/…
7

You might also want to have a look at Power*Architect.

http://www.sqlpower.ca/page/architect

Comments

6

WWW SQL Designer is a great lightweight modeling tool, and it supports PostgreSQL.

SQuirreL also seems nice, I haven't tried it though.

1 Comment

This is the online version of WWW SQL Designer: ondras.zarovi.cz/sql/demo
3

The MySQL workbench is a fine modeling tool that's free, but you'll have to modify the SQL it generates for PostgreSQL.

If you have to pay, ERWin is a standard.

2 Comments

ERWin doesn't support PostgreSQL. FYI.
but generated mysql code can be converted into postgresql
3

Commercial tools:

dbwrench

Embarcadero ER Studio

Comments

3

I've been satisfied for years with PostgreSQL Maestro. It's a mature solution and easy to use, but comprehensive.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.