Replies: 1 comment
-
@aydrian Hey, I know it's been a long time, but I'm trying to achieve the same thing as you. This is my first time using durable objects, and excuse my ignorance, it might be trivial to achieve this. How did you solve/resolve your need? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the Cloudflare syncronizer working with hono to sync between my clients. Is there a way to also access the store that is synced to the Durable Object?
In the createPersister function, we create a mergable store and persist it to this.ctx.storage, but how to I get that back out as a store so I can pull data from it.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions