-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0021 Generic Finds DRAFT -> REVIEW #54
Conversation
@brett19 if you have cycles in the next day or so, it'd be good to consolidate this one a bit. Note there is also http://review.couchbase.org/#/c/67874/ which has Simon's latest thoughts. |
- Current Status: DRAFT | ||
|
||
# Summary | ||
Performing simple selects without writing any N1QL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd probably phrase this differently. It's not so much that avoiding N1QL is a goal but rather to keep the simple things simple. There are lots of situations where just the predicate is needed.
POJO mapping, not required. Might be optional. Brett: thinking that having a DSL that allows you to express these queries simply might be possible. |
Scenario, an e-commerce application that has user profiles who may be sellers and buyers. Scenarios:
|
cc991a8
to
8b3b33d
Compare
This PR hosts the early design discussions during the DRAFT phase of the RFC, ultimately bringing it up to REVIEW status when merged.