Closed Jbithell closed 7 years ago
This library uses the MySQLi extension which is not able to connect to other databases than MySQL. Therefor no plans to port this library to other extensions exists (as far as I know!).
There was an issue for adapting the core to use PDO instead (as paid contract) some time ago... #471.
Also according to #356 a PDO wrapper exists, but it's an old fork, with no maintenance since one year.
we modified this library now we can change mysqli to pdo just change on connection name.
Are there any plans for this library to also support SQLite, MSSQL, etc. as I understand this library uses PDO?