FractalizeR / phpSweetPDO

Small, quick and smart PDO wrappper for PHP
Apache License 2.0
15 stars 2 forks source link

Remove dependency on ext-pdo_mysql ? #8

Closed smallsco closed 10 years ago

smallsco commented 10 years ago

We've been using phpSweetPDO with PostgreSQL, which uses the pdo_pgsql extension. Trying to update to the latest version using Composer no longer works, because of the dependency introduced by pdo_mysql, which we don't use.

Would it be possible to remove this dependency, or make it optional?