web sql has been deprecated[1], the one still maintained is indexeddb which only has a limited support and very buggy in IOS[2].
[1] http://caniuse.com/#search=web%20sq [2] http://caniuse.com/#search=indexeddb On 1 September 2016 at 12:05, Christofer Dutz <christofer.d...@c-ware.de> wrote: > I was just thinking that in general most non-ui libraries should be able > to be ported to FlexJS quite easily. One I found particularly interesting > recently was FlexORM (Some sort of JPA for Flex). I am using this and would > love to have that in the Browser. As Browsers do support sqlite databases > the same way AIR does, I think it should be quite easy to provide this to > FlexJS. What do you think? > > > Here's a small link to how to use the SQLite db in JavaScript > > http://www.html5rocks.com/en/tutorials/webdatabase/todo/ > > > Chris > -- João Fernandes