usmanhalalit / pixie

Database query builder for PHP, framework agnostic, lightweight and expressive.
MIT License
671 stars 179 forks source link

Add query tags similar to drupal #170

Closed richwandell closed 6 years ago

richwandell commented 7 years ago

I like Pixie so far. Considering using this for a piecemeal framework built from composer packages and micro frameworks.

I am happy to see that pixie has query events implemented that are related to tables, however there is a feature I would love to see which is "query tags" and the ability to alter queries using query events based on tag instead of table.

Is this already possible using pixie?

Here is the relevant drupal article for example of the idea. https://www.drupal.org/docs/7/api/database-api/dynamic-queries/query-alteration-tagging

usmanhalalit commented 6 years ago

@richwandell not possible now