erdia icon indicating copy to clipboard operation
erdia copied to clipboard

CLI to generate mermaid.js ER diagram using TypeORM entity

Results 2 erdia issues
Sort by recently updated
recently updated
newest added

Using version `3.7.0` # Repro steps 1. Add a view entity, include in `entities` TypeORM datasource config, e.g. ```ts // View entity @ViewEntity({ name: "MyView", expression: `...query builder or sql...

enhancement

Thanks for a good project. Do you get the error 'Maximum text size in diagram exceeded' when there are too many tables? Is there a solution?