HTML5 database storage (SQL lite) - few questions

前端 未结 5 840
一生所求
一生所求 2020-11-30 01:51

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:

5条回答
  •  -上瘾入骨i
    2020-11-30 02:46

    I found the following WebSQL tutorials helpful for basic CRUD operations, as they contained examples, and explained what the code was doing:

    • A Simple TODO list using HTML5 WebDatabases
    • HTML5 Web SQL Database

    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):

    • SequelSphere basic Usage instructions
    • API Documentation
    • Full Index of Guides and Helper Documentation

提交回复
热议问题