HTML5 Web Database Implementation: HTML5SQL
html5sql is a light JavaScript module that makes working with the HTML5 Web Database a whole lot easier. Its primary function is to provides a structure for the SEQUENTIAL processing of SQL statements within a single transaction.
This alone greatly simplifies the interaction with the database however it doesn’t stop there. Many other smaller features have been included to make things easier, more natural and more convenient for the programmer.
This only works in browsers that have implemented the HTML5 Web Database like Chrome and Safari.
Recent Comments