Hacker News new | ask | show | jobs
by pjc50 4388 days ago
Isn't that what an SQL query planner does?
1 comments

Yes, but this is for non-SQL systems, and it does quite a bit more. It's more like an ORM in this respect, because it weaves together the query planning and processing part which handles retrieving data, and the execution of operating on that data.