btw ,
regarding on your below respone
Conflicts on insertions are avoided with the different row id numbering. There is no conflict resolution in place. The commands are processed in the order they reach the primary node(s)
does it mean , if client 1 and client 2 add a record on a table exactly same time but with different ID's
it will save both records ?
what about , they edit the same record example row ID number 1 with name and age , both changed it at the exact same time
client 1 changed age to 22
client 2 changed age to 23
? How will litesync treat it ?
does the last write wins ? i mean both changes successfully saved and sync at the same exact time , but i believe since its sqlite , the changes will be queued and whichever the last write will win ?