0

Is there a tool equivalent to "phpMyAdmin's designer view", so I can create my database graphically. And vice versa, create a graphical view from an existent database?

Note: This is not a duplicate of How to access the pgadmin database designer?, because the asker wanted a "Graphical Query builder".

ziMtyth
  • 1,008
  • 16
  • 32

2 Answers2

2

I have used DbVisualizer, to generate a graphical view of my database. I strongly recommend to use this easy to use tool. It comes with many database drivers, among them the driver of PostgreSQL. I consider this as an answer because it responds to my needs, I hope this will help someone one day.

ziMtyth
  • 1,008
  • 16
  • 32
1

Update 2021: The brand new PGAdmin4 has an integrated ER modeler now: https://www.youtube.com/watch?v=2pxVCzRFGeg

Here's an example

slux83
  • 686
  • 9
  • 20