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
When auto-incrementing / sequential IDs are used on the backend database, the ID can only be generated on the backend database, and not on the client while offline.
10
-
To handle this, you can use a secondary UUID on the client, then map them to a sequential ID when performing an update on the backend database.
10
+
To handle this, you can use a secondary UUID on the client, then map it to a sequential ID when performing an update on the backend database.
11
11
This allows using a sequential primary key for each record, with a UUID as a secondary ID.
0 commit comments