Yahor Radtsevich
Yahor Radtsevich
@yathit it supports virtually everything what Chrome WebSQL implementation supports. So almost any code for Chrome will work with this implementation. I know only two very minor differences from Chrome:...
Yes, everything like this is supported :)
@yathit Yes! This is not a joke ;) This library wraps [SQL.js](https://github.com/kripken/sql.js) - an awesome SQLite port to JavaScript, which does all underlying work. test.html [links to it](https://github.com/yradtsevich/pure-js-websql/blob/master/test/index.html#L4). I just...