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

Move to new query builder #163

Open
allejo opened this issue Dec 30, 2017 · 0 comments
Open

Move to new query builder #163

allejo opened this issue Dec 30, 2017 · 0 comments

Comments

@allejo
Copy link
Owner

allejo commented Dec 30, 2017

Our query builder is great. However for more complicated queries that I've been writing lately, it becomes really difficult to manage things. Our current query builder is at the core of the project, so changing it will not be easy.

Since our models are extremely complicated, this isn't a job for Doctrine; yet, at least.
I've been looking at different options and have found Pixie to be plausible solution and it has support for nested queries.

My approach to this would be to convert our current QueryBuilder class into a wrapper for Pixie. This would allow us to keep all of the current QueryBuilder instances across the project and it'd let us build shortcuts for common tasks.

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

No branches or pull requests

1 participant