Skip to content

Commit

Permalink
Add Mermaid support
Browse files Browse the repository at this point in the history
Also, removed conduit from examples, as it is just a bunch of tables
without relations.
  • Loading branch information
fuelen committed Jul 2, 2022
1 parent 1a925fb commit 72ea0c1
Show file tree
Hide file tree
Showing 41 changed files with 1,956 additions and 693 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Supported formats:
* [PlantUML](https://plantuml.com)
* [DBML](https://www.dbml.org/)
* [QuickDBD](https://www.quickdatabasediagrams.com)
* [Mermaid](https://mermaid-js.github.io/mermaid/#/entityRelationshipDiagram)

![Simple blog demo](assets/simple_blog_dot_demo.png)
<details>
Expand Down Expand Up @@ -54,7 +55,7 @@ The package can be installed by adding `ecto_erd` to your list of dependencies i
```elixir
def deps do
[
{:ecto_erd, "~> 0.4", only: :dev}
{:ecto_erd, "~> 0.5", only: :dev}
]
end
```
Expand Down
95 changes: 0 additions & 95 deletions examples/dbml/conduit/Contexts-as-clusters.dbml

This file was deleted.

83 changes: 0 additions & 83 deletions examples/dbml/conduit/Default.dbml

This file was deleted.

29 changes: 0 additions & 29 deletions examples/dot/conduit/Contexts-as-clusters-no-fields.dot

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 72ea0c1

Please sign in to comment.