GUI Database Design Tools
From PostgreSQL wiki
(Difference between revisions)
(Added link to DbSchema) |
|||
| Line 10: | Line 10: | ||
* [http://sourceforge.net/projects/dbdesigner-fork/ DbDesigner fork] | * [http://sourceforge.net/projects/dbdesigner-fork/ DbDesigner fork] | ||
* [http://www.quest.com/Toad-Data-Modeler/ Toad Data Modeler] | * [http://www.quest.com/Toad-Data-Modeler/ Toad Data Modeler] | ||
| + | * [http://www.dbschema.com/ DbSchema] | ||
* [http://www.datanamic.com/dezign/index.html DeZign for Database] | * [http://www.datanamic.com/dezign/index.html DeZign for Database] | ||
* [http://www.sqlmaestro.com/products/postgresql/maestro PostgreSQL Maestro] | * [http://www.sqlmaestro.com/products/postgresql/maestro PostgreSQL Maestro] | ||
Revision as of 22:12, 14 February 2013
If you're building a complicated data model, support from tools that provide for the creation of Entity-Relationship diagrams and similar techniques are extremely useful. Some tools that have been suggested as useful by the PostgreSQL community are:
- Data Architect
- Open System Architect
- Power*Architect
- dbwrench
- Datastudio
- xml to DDL
- DbDesigner fork
- Toad Data Modeler
- DbSchema
- DeZign for Database
- PostgreSQL Maestro
- WaveMaker Visual Ajax Studio
- ModelRight
- TCM - Toolkit for Conceptual Modelling
- Druid III
- Moskitt and its spatial plugin for PostGIS users
- PGmodeler
Also, pgadmin3 isn't a serious design tool, but can be helpful for browsing and simple additions
