html5sql
html5sql copied to clipboard
A helper javascript module for creating and working with HTML5 Web Databases.
As of 2010, WebSQL is deprecated. Can you merge html5sql into IndexedDB?
Hello, In the documentation from the README you give an example (in General Guide for Using section) : ``` "CREATE table (id INTEGER PRIMARY KEY, data TEXT);" ``` Should be...
I made a [lil tool & tutorial](https://github.com/konsumer/learnsql) to help a friend learn SQL that uses html5sql.js, and thought you might like it. You can see the tool, [here](http://konsumer.github.io/learnsql/). It syntax-highlights...
Hi, cute piece of software! The following code crashes: var sql = 'insert into foo (bar) values ('baz " biz') ; insert into foo (bar) values ('barbaz'); html5sql.process(sql, function() {});...
Hi, I know that transaction is a void function, but using html5sql is there a way I can return the data that is received from the DB? I can't seem...
on opendatabase() can you specified a path?? how? thanks
Obviously a tall order, but things like [persistence.js](http://persistencejs.org/) and [lawnchair](http://westcoastlogic.com/lawnchair/) don't have the awesome power of SQL behind them (persistencejs comes close, but loses the SQL syntax). However, only really...