leomarquine / php-etl

Extract, Transform and Load data using PHP.
MIT License
178 stars 81 forks source link

Add array merge of "pdo_options" key from the connection config to allow #5

Closed tristanhall closed 6 years ago

tristanhall commented 6 years ago

Add array merge of "pdo_options" key from the connection config to allow custom PDO options.

Reformat Connector class to use PSR-2 guidelines. Remove unused PDO use statement.