I want to use Doctrine's DBAL Query Builder to insert record into database.
I've found that this in fact is possible in the latest documentation via insert
method:
http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/query-builder.html#building-a-query
However, I have the latest version of DBAL installed via Composer and it has no such methods.
Why is that?
What are my alternatives?