mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-28 01:21:46 +00:00
490 B
490 B
D2 ERD Style
Recommended header
vars: {
d2-config: {
layout-engine: elk
theme-id: 300
}
}
Table node
Clients: {
shape: sql_table
Id: uuid {constraint: primary_key}
Name: varchar(200)
Status: enum
}
Relationship
Offers.ClientId -> Clients.Id: "N:1"
Styles
classes: {
join_table: {
style.stroke-dash: 4
}
technical: {
style.opacity: 0.55
}
optional_relation: {
style.stroke-dash: 3
}
}