[whatwg] Why SQL? was: Comments on updated SQL API

Andrew Fedoniouk news at terrainformatica.com
Mon Sep 24 21:10:52 PDT 2007


I have a question: why SQL was chosen as client side storage for
Web Applications?

As far as I understand flat tables are not the best thing for storage
of mostly non structured data. Think about storage of e-mail messages.

I'd expect something close to mini file system associated with
some domain on the client side.

Personally I extended scripting engine[1] by persistence.
All script objects accessible from root element of some storage
are persistent. So there is no need for new entities like recordset
cursor, etc.  to manipulate data.

So beg my pardon but why SQL? Probably
I do not understand something...

Andrew Fedoniouk.
http://terrainformatica.com




More information about the whatwg mailing list