yjs / y-indexeddb

IndexedDB database adapter for Yjs
https://docs.yjs.dev/ecosystem/database-provider/y-indexeddb
Other
196 stars 30 forks source link

sub-doc syncing support #32

Open himself65 opened 1 year ago

himself65 commented 1 year ago

Checklist

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

joakim commented 8 months ago

It's great to see there's an issue for this! It's an important feature for my project.

Do you have a sense of when it might be done?

I'm considering whether to invest in a workaround for now or wait for subdoc support to land.

himself65 commented 8 months ago

You can use @toeverything/indexeddb or I was also implementing another version called https://www.npmjs.com/package/y-idb

joakim commented 8 months ago

@himself65 Nice! Thank you so much, either one will get me by for now.

BTW, great work on AFFiNE 👍