Search code examples
ibm-mobilefirstjsonstore

Database synchronization using JSONStore in worklight 6.0


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?


Solution

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