@@ -96,8 +86,9 @@ This cheat sheet provides a concise reference for the syntax used in Mermaid flo
...
@@ -96,8 +86,9 @@ This cheat sheet provides a concise reference for the syntax used in Mermaid flo
## Subgraphs
## Subgraphs
- Basic structure:
- Basic structure:
```
```plaintext
subgraph title
subgraph title
node definitions
node definitions
end
end
...
@@ -124,18 +115,9 @@ This cheat sheet provides a concise reference for the syntax used in Mermaid flo
...
@@ -124,18 +115,9 @@ This cheat sheet provides a concise reference for the syntax used in Mermaid flo
Given your example, here's the breakdown:
Given your example, here's the breakdown:
flowchart LR
flowchart LR A\[PostgresStorageConnector\] -- insert --> B((Database)) A -- get --> B A -- delete --> B A -- query --> B A -- get_all --> B C\[LanceDBConnector\] -- insert --> B C -- get --> B C -- delete --> B() C -- query --> B C -- get_all --> B