Written by

Owner at NiPaRpbotica
Question Nigel Salm · Apr 28, 2017

Best tool to create an Entity Relationship Diagram of a collection of Cache/Ensemble Classes

Hi

I have an Ensemble Application with many classes and relationships between those classes.

I need a tool that can connect to Cache/Ensemble and create a visual ERD from the class definitions within a particular Cache Namespace

MS-Access is one option but it does not automatically create the relationship connectors between classes

Any suggestions

Nigel Salm

Comments

John Murray · Apr 28, 2017

Umlanji facilitates UML class diagrams, which aren't the same thing as ERDs but still pretty useful.

0
Bhaskar Bandyopadhyay · Apr 28, 2017

Common SQL tools like WinSQL can do that, since Cache is a supported database in WinSQL

0
Fred Gustafsson · May 3, 2017

How do you import the class definition in DataGrip? Can you use the regular class export from Studio?

0
Eduard Lebedyuk  May 5, 2017 to Fred Gustafsson

No, just add your Cache server as DataSource. DataGrip uses jdbc. Here's sample connection screenshot.

0