WebSQL-Polyfill
WebSQL-Polyfill copied to clipboard
< IE10 support
As the default sql.js doesn't support IE before version 10 alternatives need to be considered to parse SQL statements and store them into the persistence store.
Maybe Khronos Typed Arrays Polyfill can be used to polyfill support for Typed Arrays.
Possible replacement for sql.js?
- http://sourceforge.net/projects/javascriptsql/