We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a508fa commit e1032c1Copy full SHA for e1032c1
site/guides/15_releases.md
@@ -12,6 +12,9 @@ allows you to persist data in a Cloudflare Durable Object's SQLite-based storage
12
in conjunction with websocket-based synchronization (using the
13
WsServerDurableObject class).
14
15
+Huge thanks to [Corey Jepperson](https://github.com/acoreyj) for implementing
16
+the entirety of this functionality!
17
+
18
```js yolo
19
import {createMergeableStore} from 'tinybase';
20
import {createDurableObjectSqlStoragePersister} from 'tinybase/persisters/persister-durable-object-sql-storage';
0 commit comments