Hy there,
I can\'t find enough beginner resources on the web about HTML5 database storage usage examples (CRUD)
I\'m opening(creating) my DB like this:
I found the following WebSQL tutorials helpful for basic CRUD operations, as they contained examples, and explained what the code was doing:
And the following links for SequelSphere (an HTML5 JavaScript SQL Relational Database Alternative to WebSQL that works in all browsers, storing data in LocalStorage and IndexedDB):