Skip to content

Commit 90b6e42

Browse files
committed
chore: update eta on sqlite in actorcore
1 parent e8053b3 commit 90b6e42

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Each unit of compute is like a tiny server that remembers things between request
4949

5050
<img src=".github/media/icons/database-regular.svg" height="16" />&nbsp;&nbsp;**Durable State Without a Database**
5151

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).
5353

5454
<br/>
5555

@@ -96,7 +96,7 @@ Browse snippets for how to use ActorCore with different use cases.
9696
| 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) |
9797
| Rate Limiter | [actor.ts](/examples/snippets/rate/actor-json.ts) | [actor.ts](/examples/snippets/rate/actor-sqlite.ts) | [App.tsx](/examples/snippets/rate/App.tsx) |
9898

99-
_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._
100100

101101
## Runs On Your Stack
102102

@@ -142,7 +142,7 @@ Seamlessly integrate ActorCore with your favorite frameworks, languages, and too
142142
- <img src="docs/images/platforms/vercel.svg" height="16" alt="AI SDK" />&nbsp;&nbsp;[AI SDK](https://github.com/rivet-gg/actor-core/issues/907) *(On The Roadmap)*
143143

144144
### Local-First Sync
145-
- <img src="docs/images/integrations/livestore.svg" height="16" alt="LiveStore" />&nbsp;&nbsp;[LiveStore](https://github.com/rivet-gg/actor-core/issues/908) *(Available In May)*
145+
- <img src="docs/images/integrations/livestore.svg" height="16" alt="LiveStore" />&nbsp;&nbsp;[LiveStore](https://github.com/rivet-gg/actor-core/issues/908) *(Available In June)*
146146
- <img src="docs/images/integrations/zerosync.svg" height="16" alt="ZeroSync" />&nbsp;&nbsp;[ZeroSync](https://github.com/rivet-gg/actor-core/issues/909) *(Help Wanted)*
147147
- <img src="docs/images/integrations/tinybase.svg" height="16" alt="TinyBase" />&nbsp;&nbsp;[TinyBase](https://github.com/rivet-gg/actor-core/issues/910) *(Help Wanted)*
148148
- <img src="docs/images/integrations/yjs.svg" height="16" alt="Yjs" />&nbsp;&nbsp;[Yjs](https://github.com/rivet-gg/actor-core/issues/911) *(Help Wanted)*

docs/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import FAQ from "/snippets/landing-faq.mdx";
6767
<Icon icon="database" color="#ff4f00" size={24} />
6868
<h3 className="not-prose">Durable State Without a Database</h3>
6969
<div className="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>
7171
</div>
7272
</div>
7373
<div className="feature-box group">

docs/snippets/landing-snippets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ import RateReact from "/snippets/examples/rate-react.mdx";
9191
<div class="code-group-tab-row secondary-tabs">
9292
<div class="code-group-tab-label">State</div>
9393
<div class="code-group-tab active" data-tab="memory">JavaScript</div>
94-
<div class="code-group-tab" data-tab="sqlite">SQLite<span class="code-group-coming-soon">Available In April</span></div>
94+
<div class="code-group-tab" data-tab="sqlite">SQLite<span class="code-group-coming-soon">Available In June</span></div>
9595
</div>
9696
</div>
9797

docs/snippets/landing-tech.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<a href="https://github.com/rivet-gg/actor-core/issues/908" target="_blank" rel="noopener noreferrer" className="tech-button">
162162
<img src="/images/integrations/livestore.svg" alt="LiveStore" className="tech-icon" noZoom />
163163
LiveStore
164-
<span className="coming-soon">Available In May</span>
164+
<span className="coming-soon">Available In June</span>
165165
</a>
166166
<a href="https://github.com/rivet-gg/actor-core/issues/909" target="_blank" rel="noopener noreferrer" className="tech-button">
167167
<img src="/images/integrations/zerosync.svg" alt="ZeroSync" className="tech-icon" noZoom />

0 commit comments

Comments
 (0)