samchon / prisma-markdown

Markdown generator of Prisma, including ERD and descriptions
MIT License
393 stars 18 forks source link

Close #6 - support implicit M: N relationship. #7

Closed samchon closed 10 months ago

samchon commented 10 months ago

Succeeded to support implicit M: N relationship, but such automatically generated table by prisma seems very ugly. I think it would much better to define M: N relationship table by userselves.

The new version is v1.0.2.

Also, developing this feature, I've found a bug that mermaid diagram cannot draw anything when there's a table starting from underscore character exists (_something).

https://github.com/samchon/prisma-markdown/blob/master/test/implicit.md