[PHP]does it exists a query builder who helps output a better query by working with the database schema?

Viewed 12

i have been trying to find and even develope one project for PHP that could pick a query of mysql code for PHP (like ClanCats/Hydrahon github project) and output the best possible query for performance by reading its database schema and applying know rules of performance similar to what the EverSQL website does. But so far i havent found a single project similar to this but simple PHP query builders projects. My question is there any project out there like this?

0 Answers
Related