Software to create relationship and MySQL DB structure

1

I am with 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 you indicate me a software (I think the concept is mer) preferably free me help to visually create these tables and the relationship between them?

I would like something just to create the table fields and the relationship between them, nothing complex like Microsoft Visio, no diagrams.

    
asked by anonymous 24.02.2018 / 00:07

1 answer

1

If you intend to use MySQL, MySQL Workbench can be a good alternative. It is free (GPL license) and has good features for you to create the logical model and export as a physical model or vice versa. It has versions for Windows, Linux and OS X. After installing, click File > New Model > Add Diagram.

    
24.02.2018 / 00:17