Skip to content

Commit 02aa7b0

Browse files
Update docs/docs/00500-functions/00100-overview.md
Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com> Signed-off-by: Jason Larabie <jason@clockworklabs.io>
1 parent 130a687 commit 02aa7b0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/docs/00500-functions/00100-overview.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ slug: /functions
55

66
# Functions
77

8+
Property / Characteristic | Reducers | Procedures | Views
9+
-- | -- | -- | --
10+
Read from tables | ✓ | ✓ | ✓
11+
Write to tables | ✓ | ✓ |  
12+
Runs in transaction by default | ✓ |   |  
13+
Atomic | ✓ | (manual) | ✓
14+
Deterministic | ✓ |   | ✓
15+
External I/O (HTTP, etc.) |   | ✓ |  
16+
Side-effecting |   | ✓ |  
17+
Schedulable | ✓ | ✓ |  
18+
819
SpacetimeDB modules can export three types of functions that clients can interact with:
920

1021
## Reducers

0 commit comments

Comments
 (0)