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
Hey all, running in to a problem, would love some guidance.
I'm using the incremental indexeddb adapter created by @radex . I've had success with Vanilla Loki - as well as with the normal IndexedDB adapter, but really like the look of the Incremental Adapter.
I have about 20 collections, of varying sizes. All of them have the following settings:
a proto define to inflate on load
lazyLoad: true
clone: true
clone_method: shallow-assign
The collection name is in the adapter options list for "lazyCollections".
I've tried this setup with all of the lazy settings turned off - both in individual collections and the adapter definition.
I'm at a bit of a loss on how to proceed. I've combed through all of the code that leads to that line, but can't figure out how to get my data loaded from idb for some of my collections. Notably, not all collections have this issue.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for the response @radex. I've read through WatermelonDB, and I think it makes sense how you approach it. It might take me a few days/weeks to re-visit my code and figure out the gap, as I tabled the incremental-idb change for the time being.
Thanks for the help! I'll reach out again if needed.
Hey all, running in to a problem, would love some guidance.
I'm using the incremental indexeddb adapter created by @radex . I've had success with Vanilla Loki - as well as with the normal IndexedDB adapter, but really like the look of the Incremental Adapter.
I have about 20 collections, of varying sizes. All of them have the following settings:
I've tried this setup with all of the lazy settings turned off - both in individual collections and the adapter definition.
I'm at a bit of a loss on how to proceed. I've combed through all of the code that leads to that line, but can't figure out how to get my data loaded from idb for some of my collections. Notably, not all collections have this issue.
Thanks!
The text was updated successfully, but these errors were encountered: