I have mutiple tables on my server side which I need to fetch data from and store it on my client side Phonegap so it can be accessed offline.
I found Lawnchair but I can't find enough documentation how to save and update mutiple tables.
There is also WebSQL but I believe it's deprecated. (Please correct me if I'm wrong)
How can new data get fetched/ current data gets updated only when the device gets connected online?! In other words, any operation will be done on the data saved on the device.