maurerle / eralchemy2

Entity Relation Diagrams generation tool - DEPRECATED
https://github.com/eralchemy/eralchemy
Apache License 2.0
70 stars 17 forks source link

Support of PlantUML. #49

Closed noboruatkek closed 2 months ago

noboruatkek commented 4 months ago

I added some routines in main.py and model.py to eralchemy2 to generate PlantUML format output from database.

maurerle commented 2 months ago

Would you mind opening this PR against https://github.com/eralchemy/eralchemy ? That would be great!

noboruatkek commented 2 months ago

Would you mind opening this PR against https://github.com/eralchemy/eralchemy ? That would be great! Can I open a PR on eralchemy directly ? or I should create a branch from from eralchemy before open PR?

maurerle commented 2 months ago

This repo is not a fork of eralchemy/eralchemy anymore, even though they share the same git history. To do the PR against https://github.com/eralchemy/eralchemy, you need to:

Or something like that, if you need help, just say so :)

noboruatkek commented 2 months ago

I created PR on eralchemy/eralchemy.