Ok, I got it.
You have to store the data as a JSON object or get the data from WebSQL and convert to JSON before use it in your Model.
You can check the links below.
javascript - Inserting JSON data into Sqlite/webSQL database - Stack Overflow
javascript - How can I get JSON fton WebSQL - Stack Overflow
Hope it helps you.