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
The low level for data persistence can be achieved with the Filesystem plugin from Capacitor. Each table is a big JSON file to store tuples. We also need a mutex lock to make sure each insertion or deletion on the same table is atomic. Furthermore, the codes for data persistence requires fully covered tests.
We need levels of data persistence:
ngZone
The text was updated successfully, but these errors were encountered: