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

On 12/02/2013 18:26 , Ashok Malhotra wrote:
> 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?

SQL is nice when your data maps well to it, but it's painful otherwise. 
The idea behind IDB is that you could build an SQL implementation on top 
of it, but that you don't have to force everyone into using SQL.

-- 
Robin Berjon - http://berjon.com/ - @robinberjon

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