1
I have a project in mind and would like to map the data and create the relationship of the tables, even if only visually before developing the pages, could refer me a software (I think the concept is MER) preferably free that helps me visually create these tables and the relationship between them?
I would like something just to create the fields of the tables and the relationship between them, nothing complex like Microsoft Visio, no diagrams.
I like this tool: https://www.draw.io/
– MarceloBoni
Too complex for my first experience, I would like something just to create the table fields and relate the tables to each other, nothing so complex, thanks for the tip, I’ll save the URL to learn more about it. Looks like Microsoft Visio right. Thanks.
– ElvisP
If you are using Mysql Workbench, it itself has this type of functionality, to generate the diagramming of your database
– MarceloBoni
I will download it, I’ve used for bank migration, but the relationship part never. Thanks for the tip.
– ElvisP
Using this free online draw.io tool, just click on
file > new
. Select the Software tab and you can load an example ready, to start something already ready. The interesting thing about it is that there is already integration with several tools to save your diagrams and flowcharts. Like Gdrive and Github.– MarceloBoni
If you want, you can also use Phpmyadmin to generate the diagram..... In fact there are several ways to do it....
– MarceloBoni
In Phpmyadmin: Select the database you want to create the diagram, and look for the "More" > "Designer" tab: https://i.stack.Imgur.com/lFGgy.png
– MarceloBoni