login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

Beginning in Safari 3.1 and iPhone OS 2.0, Safari suppor... JavaScript database class. The JavaScript database class... provides a very basic relational database intended for l... content that is too large to conveniently store in cooki...
Because it

Safari Dev Center: Safari Client-Side Storage and Offline Applications Programming Guide: Using the JavaScript Database
http://developer.apple.com/safari/library.../UsingtheJavascriptDatabase.html#...

Categories

/Channels/techie/JavaScript

[ go to category ]

/Channels/techie/web development

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

Beginning in Safari 3.1 and iPhone OS 2.0, Safari supports the HTML5 JavaScript database class. The JavaScript database class, based on SQLite, provides a very basic relational database intended for local storage of content that is too large to conveniently store in cookies (or is too important to accidentally delete when the user clears out his or her cookies).

Because it provides a relational database model, the JavaScript database class makes it easy to work with complex, interconnected data in a webpage. You might use it as an alternative to storing user-generated data on the server (in a text editor, for example), or you might use it as a high-speed local cache of information the user has recently queried from a server-side database.

HTML

<p>Beginning in Safari 3.1 and iPhone OS 2.0, Safari supports the HTML5 JavaScript database class. The JavaScript database class, based on SQLite, provides a very basic relational database intended for local storage of content that is too large to conveniently store in cookies (or is too important to accidentally delete when the user clears out his or her cookies).</p><p>Because it provides a relational database model, the JavaScript database class makes it easy to work with complex, interconnected data in a webpage. You might use it as an alternative to storing user-generated data on the server (in a text editor, for example), or you might use it as a high-speed local cache of information the user has recently queried from a server-side database.</p><p></p>