SQL Like Syntaxes - UnQL
Thu, 11/29/2012 - 23:11
i have read that there was support for UnQL in Couchbae (dont remember version). Does CB 2.0 support UnQL as well? what option do we have to implement this easily in a database access layer to that apps can just deal with SQL like syntaxes without worrying about internals ?
Sun, 12/02/2012 - 12:50
This section of the docs explains querying using view: http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-views-writi...
Hello,
Today the UnSQL is only a specification, it has not been implemented.
In Couchbase 2.0 you have 2 ways to access the document/data:
- simple key operation using get (and related operations)
- using Couchbase views (Map Reduce based)
Regards
Tug
Tug
@tgrall