Reputation: 8921
Does Couchbase have a query language, its counterpart to SQL, and does it have a concept of "Join"? I am a long-time Codd and Date guy, who recognizes the limitations of that paradigm for certain kinds of data management problems. If it does have one, what's it called?
Upvotes: 1
Views: 154
Reputation: 4855
Couchbase has a query language called N1QL. It is SQL like and does have JOINs. It is not production ready yet. Your best source of information is at http://query.couchbase.com.
UPDATE: Couchbase's query language came out in Couchbase 4.0 as of October 6th 2015. Go grab the latest version at the download page.
Upvotes: 2