MySQL Workbench can produce appealing and high-quality ERDs such as:
What PostgreSQL ERD tools are available that meet the requirements? The following are unsuitable:
Looking for an ERD tool:
As a Postgres ER diagram tool, Navicat has the essential features for modeling your conceptual, logical, and physical data models. You can create complex ER Diagrams in Navicat using one of three standard notations: Crow's Foot, UML, or IDEF1x.
This is a little bit dated question, but for completeness. What about PgModeler? According to their github repo it's under GPL3. Schema creation works well.
DbSchema is a Visual Designer for Relational & NoSQL Databases. It can be evaluated 15 days for free. After that a paid License must be purchased.
It can be used to generate a ERD for Postgresql as well as other databases.
Installers are available to download for various platforms (Linux, Windows and MacOS).
To install run following commands in your shell:
wget https://dbschema.com/download/DbSchema_unix_8_2_5.tar.gz tar xf DbSchema_unix_8_2_5.tar.gz cd DbSchema chmod +x DbSchema_unix_8_x_x.sh
To run DbSchema:
./DbSchema_unix_8_x_x.sh
Note: Dependent on the downloaded version (e.g. 8_2_5
) the commands above may change (i.e. replace 8_x_x
with downloaded 8_2_5
).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With