On Sat, Jul 30, 2011 at 9:45 PM, Alexey Pechnikov <pechni...@mobigroup.ru>wrote:

> Very interesting annonce:
> http://www.couchbase.com/press-releases/unql-query-language
>
>
Thanks for the info, very interesting indeed.

After some reading at http://www.unqlspec.org I'd rather think Richard would
introduce something new (UnQLite?) so CouchDB will be a server solution and
this one is a local one. This is because all the things native to relational
databases world make no sense here. For example, if you want some multiply
properties to you table, you will create a separate table in the sqlite.
Here these properties will be part of your document in JSON format and I
suppose from the syntax that queries would look something like this:

SELECT address.street from clientscollection where person.name='smith'

But these are my speculations. Probably Richard will share some thoughts.
But honestly I've already very impressed :)

Max
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to