I want to perform a query which would look like this in native SQL:
SELECT AVG(t.column) AS average_value FROM table t WHERE YEAR(t.timestamp) =
orocrm/doctrine-extensions seems to be a good project too
It supports both MySQL and PostgreSql .. the goal is to be cross DB