In order for backbone to "sync" to WebSQL storage, the entities being served from the server need to not have an id attribute.
Right now I'm checking to see if a value exists by doing searching for all the elements in the webSQL list. It would be better to set some sort of uuid that's not the id that backbone is looking for so we only need to compare one element.
woh dude, lots of weird stuff going on in here...
Notes
id
attribute.id
that backbone is looking for so we only need to compare one element.