Skip to content

Commit 72ea0c1

Browse files
committed
Add Mermaid support
Also, removed conduit from examples, as it is just a bunch of tables without relations.
1 parent 1a925fb commit 72ea0c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1956
-693
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Supported formats:
66
* [PlantUML](https://plantuml.com)
77
* [DBML](https://www.dbml.org/)
88
* [QuickDBD](https://www.quickdatabasediagrams.com)
9+
* [Mermaid](https://mermaid-js.github.io/mermaid/#/entityRelationshipDiagram)
910

1011
![Simple blog demo](assets/simple_blog_dot_demo.png)
1112
<details>
@@ -54,7 +55,7 @@ The package can be installed by adding `ecto_erd` to your list of dependencies i
5455
```elixir
5556
def deps do
5657
[
57-
{:ecto_erd, "~> 0.4", only: :dev}
58+
{:ecto_erd, "~> 0.5", only: :dev}
5859
]
5960
end
6061
```

examples/dbml/conduit/Contexts-as-clusters.dbml

Lines changed: 0 additions & 95 deletions
This file was deleted.

examples/dbml/conduit/Default.dbml

Lines changed: 0 additions & 83 deletions
This file was deleted.

examples/dot/conduit/Contexts-as-clusters-no-fields.dot

Lines changed: 0 additions & 29 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)