I think you need cover local data to json object , then sent to server side by ajax by gears WorkerPool, parse json data in server side, then save the data to your server mysql.
however you need to judge which data is added by yourself in local. I think you can use UUID as table primary id. On Mar 6, 5:25 pm, "[email protected]" <[email protected]> wrote: > Is there any way to update remote database with offline database > record? > > Full explanation : > > I create one database in mysql. > I create one same database on client side in sqlite. And inserting > data in to it. > And i want to update online database(mysql) with the new inserted data > in local database. > > When i sync with server i also want to update local database with > server database for offline work.
