Shifting to version 2 ( while in beta ) and persistence with SyncManager #2149
Replies: 1 comment
-
|
Sorry for the delay. Yes, Regarding |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Congratulations on reaching beta with version 2!
About
version 2I notice that
@signaldb/coreand@signaldb/syncand@signaldb/indexeddbhave2.0.0-beta.0but do not see that for@signaldb/vueyet; is that cross-compatible, or still pending? No pressure! I have not switched over yet. I just started implementation so am hoping to go straight to version 2.About
SyncManagerIt seems that even though I initialize
SyncManagerwithpersistenceAdapterand also initializeCollectionwithpersistencedata does not persist. It seems like whateverpullreturns overwrites the stored data. Is that the intended behavior?Also, is it possible to
appendnew values withpullresponses rather than have that value overwrite the collection?Am so-far loving
SignalDBand grateful for this suite of packages! And thanks for any clues on the above alongside.Beta Was this translation helpful? Give feedback.
All reactions