On 4 Jun 2015, at 11:11pm, Darko Volaric <lists at darko.org> wrote:

> Are you seriously saying that that SQL syntax is friendly? How can you
> defend SQL syntax other than on grounds of history or standardization? If
> you're more comfortable and familiar with JSON the yes it is easier and you
> can avoid an unnecessary conversion step.

JSON is not a query language.  You can devise a query language using JSON 
components (the one you showed was a SQL rip-off but would work for simple 
cases).  Once you've done that you have to deal with possibilities for 
ambiguity and the difficulty of describing how to handle errors.

And once you've done that you still have to prove it's competitive with the 
existing query language using text called SQL, which millions of people already 
know.

Simon.

Reply via email to