Re: [FlexJS] Add SqlConnection to FlexJS

2016-09-01 Thread Tom Chiverton
I t *could* be, but Couch has... interesting.. thoughts on security. Like every user of the app needs their own CouchDb instance. And any shared read data, is also shared write data ... Tom On 01/09/16 13:11, OK wrote: It is written in JS and has powerful sync features and could be synced wi

Re: [FlexJS] Add SqlConnection to FlexJS

2016-09-01 Thread OK
d has powerful sync features and could be synced with a server side CouchDB instance. Sorry for beeing a bit off topic... ;-) Olaf [1] https://pouchdb.com/ -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Add-SqlConnection-to-FlexJS-tp54738p54740.html Sent

Re: [FlexJS] Add SqlConnection to FlexJS

2016-09-01 Thread João Fernandes
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 wrote: > I was just thinking that i

[FlexJS] Add SqlConnection to FlexJS

2016-09-01 Thread Christofer Dutz
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