SQL
HTML5SQL
PUBLISHED
Overview
This Article demonstrates usage of database operations in Web Application. All the data and code is taken from open source library html5sql.js.
HTML5SQL Application
html5sql is a light JavaScript module that makes working with the HTML5 Web Database a whole lot easier. Its primary function is to provide a structure for the SEQUENTIAL processing of SQL statements within a single transaction.
Prerequisites
The following open source javascript library has to be included in the html page
Category:
Sample Code
- Read more about HTML5SQL