An extension for StarUML that can generate ORM models and migrations for popular ORMs from Entity-Relationship (ER) Diagram.
- Download the repository and replace it into the StarUML extension directory:
- MacOS: ~/Library/Application Support/StarUML/extensions/user
- Windows: C:\Users<user>\AppData\Roaming\StarUML\extensions\user
- Linux: ~/.config/StarUML/extensions/user
- Then install node modules with npm:
cd /path/to/the/repository/directory
npm install
- Run StarUML and go to the
tools > ORM Generator
menu and enjoy using extension.