I want to press a button and read a cloud database and store each item into local storage. I have successfully run the basic tutorials on creating the db (3 or more rows and 2 columns like testName and testValstring), reading that via rest service, and mapped those to predetermined select objects but I can't seem to figure out how to store each name and val into local storage. I assume some sort of JS for loop that creates the local db names with same value as the JSON returns but I could use some code help or a magical service mapping.