| id | title |
|---|---|
codegen-mermaid |
Mermaid |
Mermaid lets you create diagrams and visualizations using text and code.
concerto compile --model test.cto --target mermaid
classDiagram
class Person {
<< concept>>
+String email
+DateTime dob
}
Person --|> Concept
None.
- Scalars are unboxed as properties