|
|
|
|
|
by kgilpin
2097 days ago
|
|
The approach that I am taking is to narrow the ERD to a specific context, such as a single HTTP server request route. When the specific tables and relationships are rendered for just that route, a manageable amount of data is presented. This approach also provides metadata that can be used to figure out which tables are being used where in the code, and vice versa. Context is king! |
|