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:
CREATE TABLE IF NOT EXISTS table_name
will create a table table_name only if if does not exist.
table_name