-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.6.0 globs #1511
Comments
good to see you again @bo-ku-ra !
|
3.We have a note in the docs that the recursive doesn't get containers when used on connections. It's for practical reasons -- we couldn't think of a case where someone would want the behavior to also point containers to something. 'x', 'y', 'z' and 'bar' are same layer.
this is simple. i can easily understand it. |
if svg is output by the auto-output program then i can not imagine the correct diagrams. (you can find out all the nests correctly, right?) |
the situation has changed since v0.6.2 (the ELK layout engine will now route SQL diagrams to their exact columns.) expect
resultvars: {
d2-config: {
layout-engine: elk
}
}
a.b
a.c.d
a.c.e.f
a.g.h.i: {
foobar: {
shape: sql_table
integer: int {constraint: [primary_key; unique]}
text: char {constraint: foreign_key}
json: jsonb {constraint: unique}
}
}
** -> z i think this specification is difficult to imagine and use. |
i confused
correct?
(lady* -> barbie)[*].style.stroke: pink https://d2lang.com/tour/globs/#glob-connections
** is recursive?
The text was updated successfully, but these errors were encountered: