Skip to content
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

Add documentation of proposed new Querying API [draft] #298

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

ephys
Copy link
Member

@ephys ephys commented Oct 8, 2022

This PR isn't meant to be merged.

This is an attempt at a documentation-first approach to the new querying API. I've attempted to cover all use cases that people have regularly requested.

It's build on top of the Query Builder RFC and the Advanced Literals RFC. It also introduces many breaking changes. I don't expect to release this in v7 (it should probably be its own major release considering the importance of the changes).

It adds the ability to do arbitrary joins & subQueries. Allowing us to lock down the include API to a set of safe, controlled, use cases as users can fall back to joins & subQueries if include doesn't cover their use case.

@ephys ephys self-assigned this Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant