icon picker
ERD Pack

info

How To Use This Pack?

Copy doc
-
Add a name to your ERD (optional)
In the ERD (add your erDiagram)
It will generate an SVG Image from it dynamically!
ERD_Pack
ERD_Name
ERD
SVGImage
Example
Open
Modele IA Local
Open
Architecture RGPD
Open
There are no rows in this table

Here is a Mermaid example:

classDiagram
class offre_type {
- id
}
class region {
- id
}
class portee {
- id
}
class nature {
- id
}
class modalite {
- id
}
class prestation_analytique {
- id
}
class cursus_type {
- id
}
class module_type {
- id
}
class type_module_type {
- id
}
class action_type {
- id
}
class modalite_action_type {
- id
}
class prestation_analytique_action_type {
- id
}
class type_de_prestation {
- id
}
class seance_type {
- id
}
region "0..*" -- "0..*" offre_type : créer pour/diffuser dans
offre_type "0..*" -- "0..1" portee : avoir
offre_type "0..*" -- "0..1" nature : avoir
offre_type "0..*" -- "0..1" modalite : avoir
offre_type "0..*" -- "0..1" prestation_analytique : avoir
offre_type "0..*" -- "0..*" cursus_type : se décomposer en
cursus_type "0..*" -- "0..*" module_type : se décomposer en
module_type "0..*" -- "0..1" type_module_type : avoir
module_type "0..*" -- "0..*" action_type : se décomposer en
action_type "0..*" -- "0..1" modalite_action_type : avoir
action_type "0..*" -- "0..1" prestation_analytique_action_type : avoir
action_type "0..*" -- "0..1" type_de_prestation : avoir
action_type "0..*" -- "0..*" seance_type : se décomposer en
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.