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

Docs: Internals: ORM (Querybuilder) #4041

Closed
ramirezfranciscof opened this issue May 2, 2020 · 0 comments · Fixed by #5424
Closed

Docs: Internals: ORM (Querybuilder) #4041

ramirezfranciscof opened this issue May 2, 2020 · 0 comments · Fixed by #5424

Comments

@ramirezfranciscof
Copy link
Member

ramirezfranciscof commented May 2, 2020

From original issue by @CasperWA:

Talking with @lekah, I (hope) I have convinced him to contribute to, at minimum, a Q&A about the design ideas behind the QueryBuilder (QB) to the documentation (for developers).

The purpose of this is for future and current developers to more easily grasp the entirety and (historical) purpose of the QB, as well as why it handles things the way it does.

My hope is that the Q&A can pinpoint or sketch how the QB may be split up, e.g., making QB to a module, moving "boiler plate" code to a sub-module, leaving only what's additional in QB compared to its "wrapper" function around SQLA. Essentially making the QB code more approachable and transparent, so as to keep this excellent tool up-to-date with the rest of the code base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants