MermaidErSimple() — supabase Function Reference
Architecture documentation for the MermaidErSimple() function in mermaid-er-simple.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/design-system/registry/default/example/mermaid-er-simple.tsx lines 3–14
export default function MermaidErSimple() {
return (
<Mermaid
chart={`
erDiagram
CUSTOMER ||--o{ ORDER : places
ORDER ||--|{ LINE_ITEM : contains
PRODUCT ||--o{ LINE_ITEM : "ordered in"
`}
/>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free