Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A good database modeling tool for PostgreSQL? [closed]

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?

like image 309
huug Avatar asked May 28 '10 09:05

huug


People also ask

Which tool can you use to both design and create a Postgres database?

pgAdmin. pgAdmin is the de facto GUI tool for PostgreSQL, and the first tool anyone would use for PostgreSQL. It supports all PostgreSQL operations and features while being free and open source. pgAdmin is used by both novice and seasoned DBAs and developers for database administration.

What is the name of the tool that is used to manage PostgreSQL database?

pgAdmin. pgAdmin is a tool that has been specifically designed for database management and has a GUI to manage (or administration) PostgreSQL databases. This also helps the developer to expedite PostgreSQL-specific debugging and analysis.

What is PG modeler?

Manage existing databases: pgModeler provides a simplistic yet helpful database management module where it is possible to run SQL commands, explore the objects, and handle data.


3 Answers

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

like image 172
Frison Alexander Avatar answered Sep 22 '22 23:09

Frison Alexander


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

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

like image 33
a_horse_with_no_name Avatar answered Sep 22 '22 23:09

a_horse_with_no_name


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

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

like image 30
Alix Axel Avatar answered Sep 25 '22 23:09

Alix Axel