0
votes

I have a task to use the Synchronous adapter to create JSON storage in worklight and have automatic updation to the database when data is added to the database or vise versa.

Based on the documentation, we are calling some api at the time of the start of app to check whether the database is updated and later another api to push data. Can anyone give good documentation to do this?

1
@IdanAdar Please give me Step by Step procedure for JSON Sync. What is the concept of Sync Adapter - BalajiG
Please read the documentation provided in @cnandreu's answer. - Idan Adar

1 Answers

2
votes

The documentation for JSONStore on Worklight v6.0 is here. There's a section for working with external data here.