Thanks
@oparra
Just to be sure I understand well. KVS cant take all my database (if I want) and put it in mysql database and vice and versa. Then overwrite my data on serveur even if data is yonger than app data. Is it right?
Just to be clear for my request.
I want to have the most update data on both side (my app database and server Jrdc2 mysql database)
To help, each row have a field filled with datetime.now when it update in app database
if a row in app data is most recent than row in mysql (jrdc2 server) then I update it on server
if a row on server is most recent than row in app data then i update row in app data.