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

On 2/12/13 12:34 PM, Robin Berjon wrote:
> 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. 

Amen!!!

> 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.

Yes!


-- 

Regards,

Kingsley Idehen	
Founder & CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca handle: @kidehen
Google+ Profile: https://plus.google.com/112399767740508618350/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen

Received on Tuesday, 12 February 2013 19:17:45 UTC