Re: IndexedDB, what were the issues? How do we stop it from happening again?

On 2/12/2013 12:02 AM, Kyaw Tun wrote:
> Advanced query for: SELECT * FROM article WHERE license = 'SA' AND publisher = 'Nature' ORDER BY 'title'

It's a good interface to Indexed DB but wouldn't it be easier to just write the query directly?
That is, using q SQL interface on top of IDB?

The argument against SQL is complexity but the complexity results from functionality that
users want.

Ashok

Received on Tuesday, 12 February 2013 17:27:30 UTC