You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Each unit of compute is like a tiny server that remembers things between request
49
49
50
50
<imgsrc=".github/media/icons/database-regular.svg"height="16" /> **Durable State Without a Database**
51
51
52
-
Your code's state is saved automatically—no database, ORM, or config needed. Just use regular JavaScript objects or SQLite (available in April).
52
+
Your code's state is saved automatically—no database, ORM, or config needed. Just use regular JavaScript objects or SQLite (available in June).
53
53
54
54
<br/>
55
55
@@ -96,7 +96,7 @@ Browse snippets for how to use ActorCore with different use cases.
96
96
| Multiplayer Game |[actor.ts](/examples/snippets/game/actor-json.ts)|[actor.ts](/examples/snippets/game/actor-sqlite.ts)|[App.tsx](/examples/snippets/game/App.tsx)|
_SQLite will be available in late April. We’re working on publishing full examples related to these snippets. If you find an error, please create an issue._
99
+
_SQLite will be available in June. We’re working on publishing full examples related to these snippets. If you find an error, please create an issue._
100
100
101
101
## Runs On Your Stack
102
102
@@ -142,7 +142,7 @@ Seamlessly integrate ActorCore with your favorite frameworks, languages, and too
142
142
- <imgsrc="docs/images/platforms/vercel.svg"height="16"alt="AI SDK" /> [AI SDK](https://github.com/rivet-gg/actor-core/issues/907)*(On The Roadmap)*
143
143
144
144
### Local-First Sync
145
-
- <imgsrc="docs/images/integrations/livestore.svg"height="16"alt="LiveStore" /> [LiveStore](https://github.com/rivet-gg/actor-core/issues/908)*(Available In May)*
145
+
- <imgsrc="docs/images/integrations/livestore.svg"height="16"alt="LiveStore" /> [LiveStore](https://github.com/rivet-gg/actor-core/issues/908)*(Available In June)*
Copy file name to clipboardExpand all lines: docs/introduction.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ import FAQ from "/snippets/landing-faq.mdx";
67
67
<Iconicon="database"color="#ff4f00"size={24} />
68
68
<h3className="not-prose">Durable State Without a Database</h3>
69
69
<divclassName="feature-description">
70
-
<p>Your code's state is saved automatically—no database, ORM, or config needed. Just use regular JavaScript objects or SQLite (available in April).</p>
70
+
<p>Your code's state is saved automatically—no database, ORM, or config needed. Just use regular JavaScript objects or SQLite (available in June).</p>
0 commit comments