Skip to content

Commit

Permalink
Merge pull request #68 from ceramicnetwork/mzk/sandbox-diagram
Browse files Browse the repository at this point in the history
Adding additional diagram for sandbox to display relationships between entities
  • Loading branch information
mzkrasner authored Feb 12, 2024
2 parents 63bd469 + fabab70 commit 3829577
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/composedb/sandbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ type Posts
}
```

Here's a diagram to help you better visualize the relationships between a given user and instances of these two schemas:

<div style={{textAlign: 'center'}}>
![sandbox diagram](/img/final-diagram.png)
</div>

Continue into the next section to experiment with queries that utilize this `BasicProfile` model.

### Reading Profiles
Expand Down
Binary file added static/img/final-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3829577

Please sign in to comment.