WebSQL-Polyfill
WebSQL-Polyfill copied to clipboard
Polyfill for browsers lacking WebSQL implementation (i.e. Firefox & IE)
Can you please specify the license type for this and copyright?
The database and tables are created in firefox and the insert statements call the success callback functions; the issue is during select statements, the table has null values in the...
As the default sql.js [doesn't support IE before version 10](https://github.com/kripken/sql.js/issues/1) alternatives need to be considered to parse SQL statements and store them into the persistence store. Maybe [Khronos Typed Arrays...