Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate models diagram loopback

I've made the relations between models through the JSON object and I want to generate the models diagram to see if they were made ok. Does anybody knows how can I do that? (I wasn't able to find any useful information about that)

like image 790
Roxana Sinziana Spataru Avatar asked Dec 07 '25 06:12

Roxana Sinziana Spataru


1 Answers

If you're using MySQL, you can generate a database diagram using the MySQL Workbench: http://www.mysql.com/products/workbench/

like image 99
Ismael Di Vita Avatar answered Dec 09 '25 20:12

Ismael Di Vita