This particular usage uses the Turso Cloud to sync the local Turso databases and assumes that you have an account.
Last Push Wins
Turso sync uses a last push wins strategy. When two clients modify the same data and push, the last push determines the final state on the remote.
Result: The name is
'Bob' because Client B pushed last.
What Happens During Pull
When you pull and have unpushed local changes:- Your local database is rolled back to the last synced state
- Remote changes are applied
- Your unpushed local changes are replayed on top