This code will switch redux-persist storage to this based on encrypted SQLite.
However, to make a gentle switch we need to look to old storage and migrate the data if possible.
Depends on D7667
Differential D7668
[web-db] migrate entire redux-persist storage to SQLite kamil on Apr 27 2023, 7:50 AM. Authored by Tags None Referenced Files
Details This code will switch redux-persist storage to this based on encrypted SQLite. However, to make a gentle switch we need to look to old storage and migrate the data if possible. Depends on D7667
Diff Detail
Event Timeline
Comment Actions I tried a different approach (getting old storage inside migration) but it will not be better. We need to have a store version before the migration process, and in that case, this version is persisted via old storage, so we need to retrieve it here.
|