DEV Community

HARUN PEHLİVAN
HARUN PEHLİVAN

Posted on

Display Huge Entity Diagram Test

Imagine an ERWIN-esk data modeler that could run in your browser. How big of a model could you have loaded up and not be bogged down? This plays around with the idea and only renders the entities that are currently within the viewport.

It generates test data based on the # of entities you specify. The first entity is a 'Users' table. The rest of the entities are randomly generated.

A little extra functionality (for now): Click on the name of the entity, and a dialog will pop up. - For 'Select Output For', pick 'PHP' then either pick: 'Class' or 'In-line Query' and see what code snippet it generates for that entity.

Note that for now, none of the other output options are implemented.

Top comments (0)