CoMPi74 3 Posted March 10, 2021 Hi there! I want to create ER Diagrams from existing PostgreSQL database (100+ tables) to figure out how the tables relate to each other. I am looking for a tool (preferably standalone one) which I am gonna use once only. Any suggestions? Best regards, Piotr Share this post Link to post
Diego Muñoz 5 Posted March 10, 2021 IMHO, Toad Data Modeler has a good price https://www.toadworld.com/products/toad-data-modeler Share this post Link to post
Guest Posted March 11, 2021 (edited) hi @CoMPi74 the IBExpert is a good software to created your diagram using your database as source, include many task like: create a scripts, reverse engineer task etc... http://www.ibexpert.net/ibe/index.php?n=Doc.DatabaseDesigner screenshot hug Edited March 11, 2021 by Guest Share this post Link to post
Kyle Miller 1 Posted March 11, 2021 Context Database Designer. https://www.contextsoft.com/products/designer/index.php Affordable. However, not upgraded since 2018. Not sure that matters. Idera's Aqua Data Studio has a modeler along with DB admin and DB development. Comes with Delphi Architect or as standalone. https://www.aquafold.com/aquadatastudio Tried DbSchema. It's okay & cheap but wouldn't recommend. DataGrip has some modeling abilities. Achilles heal is performance with large databases, like Great Plain Dynamics database. Share this post Link to post
Serge_G 87 Posted March 11, 2021 (edited) What about free DBeaver ? https://dbeaver.io/ Edited March 11, 2021 by Serge_G 1 Share this post Link to post
Fr0sT.Brutal 900 Posted March 11, 2021 4 hours ago, emailx45 said: the IBExpert is a good software to created your diagram using your database as source, include many task like: create a scripts, reverse engineer task etc... Postgres Share this post Link to post
Wagner Landgraf 43 Posted March 11, 2021 (edited) You can try TMS Data Modeler: https://tmssoftware.com/site/tmsdm.asp Edited March 11, 2021 by Wagner Landgraf Share this post Link to post
Guest Posted March 11, 2021 6 hours ago, Fr0sT.Brutal said: Postgres Open source databases and commercial software: and Quote 2. PostgreSQL® Due to the equally clear general conditions, the free deployment of the PostgreSQL® server was then reviewed. The following general conditions can be found on their website under About – Licence: "Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies." On this basis every PostgreSQL® user may distribute this server in any combination with his own software to customers or any other parties. There is an interesting reference on their website4, why the PostgreSQL project chose the BSD license and explicitly not the GPL license. There have been various discussions regarding this in their forum. http://www.ibexpert.net/ibe/index.php?n=Main.OpenSourceDatab hug Share this post Link to post
Markus Kinzler 174 Posted March 11, 2021 https://pgmodeler.io/ https://github.com/mirkosertic/MogwaiERDesignerNG https://sourceforge.net/projects/dbdesigner-fork/ https://www.datensen.com/er-diagram/free-er-diagram-tool-moon-modeler.html http://www.modelsphere.com/org/index.html 1 Share this post Link to post
Fr0sT.Brutal 900 Posted March 11, 2021 1 hour ago, emailx45 said: Open source databases and commercial software: and http://www.ibexpert.net/ibe/index.php?n=Main.OpenSourceDatab hug IBExpert, as its name obviously means, deals with IB and FB. OP has Postgres. bug 2 Share this post Link to post
CoMPi74 3 Posted March 12, 2021 Thank you very much! All of you! I did not even realize that there exists so many tools for that. I tried to use all suggested apps but most of them failed. More precisely, I failed because, as I suppose, I did not use it properly. Anyway, finally I used DBeaver and DbSchema (Free edition). Both works as expected and were able to prepare ER Diagrams for PostgreSQL schema with 500+ tables. It looks astonish, really. A small example, generated by DbSchema, can be seen below. 🙂 Thank a lot again. Piotr 1 1 Share this post Link to post