html5sql.js is a new library for using HTML5′s SQL management functions.
The library allows for sequential processing of SQL data, which makes managing SQL data a heap easier.
The problem with SQL and JavaScript, as the author of this library thinks, is that SQL is a sequential language while JavaScript relies on asynchronous features more often than not.
Thus, html5sql.js is an attempt to make working with SQL data easier — not to make the SQL itself easier.
- Website: http://html5sql.com/index.html











