PDO support
Hi, could you please explain to me what I'm missing?
Documentation says, MySQL is supported also via pdo_mysql https://nextras.org/dbal/docs/main/
GitHub shows PdoMysql exists (since 2 years ago) https://github.com/nextras/dbal/tree/main/src/Drivers
but when I install Dbal into my project with $ composer require nextras/dbal (as recommended here https://github.com/nextras/dbal)
It fetches release 4.0.4 that does not include PdoMysql. https://github.com/nextras/dbal/releases/tag/v4.0.4
Is it a bug in the release? Or the documentation is lacking some explanation? Or am I missing something?
Thank you
The stable branch still doesn't have it. I'll have to make a release.
PDO-[mysql|pgsql|sqlsrv] is being released soon as 5.0. Closing here.