-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlantUML generation? #50
Comments
Hi @swails, thank you for the positive feedback! Being able to support PlantUML does sound useful. I'd be interested in seeing your implementation to better understand the complexity, what additional dependencies might be introduced, etc. Based on that, I think we can figure out if and how integrating it makes sense. |
I took a stab at hand-writing the PlantUML spec for the classes in
Using this web editor, I got a rendered diagram like this: This doesn't look production-ready to me. I'm not that familiar with PlantUML, so it would be great to have someone who knows PlantUML better to figure out how to get the output to look nicer (e.g., layout, where edges connect up to). |
Ah, here were the changes I made way back when: main...swails:erdantic:feature/plantuml-diagrams It looks like the code base has changed substantially since I did that, but this worked for me. |
When I stumbled on this project, what I was really looking for was a way to generate an ERD in PlantUML. I've implemented that for personal use, but I'm happy to contribute the work back if it would be considered for inclusion. The changes are quite small.
This was a remarkably easy code base to grok and dig into, so kudos on a useful project!
The text was updated successfully, but these errors were encountered: