Skip to content

Commit 5fdab73

Browse files
committed
clarification
1 parent fa60db1 commit 5fdab73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/blog/posts/jac_vs_sota_todo_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ node Todo {
9595
}
9696
```
9797

98-
A `node` is a persistent data object in Jac's graph. You declare fields with types and defaults. The runtime handles storage. There's no ORM because there's no object-relational gap to bridge - the graph *is* the database.
98+
A `node` object, when connected to `root()`, is a persistent data object in Jac's graph. You declare fields with types and defaults. The runtime handles storage. There's no ORM because there's no object-relational gap to bridge - the graph *is* the database when connected to `root()`.
9999

100100
### SOTA - 14 lines
101101

0 commit comments

Comments
 (0)