Context
A TODO comment in the test suite suggests that the wrapperClass configuration parameter could potentially work by inheriting from the PDOConnection class.
Location: test/Crate/Test/DBAL/Functional/ConnectionTest.php - testBasicAuthConnection() method
TODO Comment:
// TODO: Could work by inheriting.
// 'wrapperClass' => 'Crate\DBAL\Driver\PDOCrate\PDOConnection',
Request
Investigate whether implementing inheritance would allow the wrapperClass parameter to function correctly in connection configurations.
References