Re: Generating an ERD from Cayenne Model
Andrus Adamchik <[email protected]> Wed, 7 Feb 2024 15:18:42 -0500
| Newsgroups | gmane.comp.java.cayenne.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Andrew, Cool! IMO Cayenne model metadata is generally underused, as most developers (myself included) are focusing on the ORM aspect of the framework, and ignore the possibilities that an easily-accessible model brings to the table. So thanks for the example. Andrus > On Feb 7, 2024, at 3:01 PM, Andrew Lindesay <[email protected]> wrote: > > Hello; > > Possibly of interest; I recently needed to update an ERD and decided to try scripting it's production from a Cayenne data model file [1] using the open-source Graphor application. > > [1] http://www.lindesay.co.nz/blog/2024/2024-hds-model-to-graphor/ > > Regards. > > -- > Andrew Lindesay