flownexus-lwm2m / flownexus

IoT server with LwM2M support
https://flownexus-lwm2m.github.io/flownexus
Apache License 2.0
3 stars 2 forks source link

Doc: generate and add Entity Relationship Diagram #6

Closed jonas-rem closed 6 months ago

jonas-rem commented 6 months ago

The heart of the server and application is the database model. Django offers a way to automatically generate the Entity Relationship Diagram from the database model that the Object Relational Mapping (ORM) uses.

Generating the ER-Diagram means that implementation and documentation are automatically up-to-date.

Kappuccino111 commented 6 months ago

@jonas-rem this PR utilises ORM modelling of Django to automatically create ERDs through extension plantuml.