Open nelsonic opened 8 years ago
Taking a look at https://www.dbdesigner.net to design the schema ... ⏳
Free plan is more than enough for the purpose of this tutorial "10 Tables Per Model". ✅
This sample schema relates to: https://github.com/dwyl/learn-postgresql/issues/51 😉
This looks promising: https://github.com/Alexis-benoist/eralchemy
Our objective is to generate the diagram from schema definition not to manually draw it. this avoids us having to manually update the diagram each time a new field is added to a table (which becomes tedious quickly!).
Knowing how the data is stored is also essential for developers at every every stage of development to be sure that data is being stored in a way that makes retrieving it easy.
Starting point for research: http://stackoverflow.com/questions/3223770/tools-to-generate-database-tables-diagram-with-postgresql Possible tool to use:
relates to: #3