leomarquine / php-etl

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

SQL commands not using db scheme #31

Open ar2r opened 4 years ago

ar2r commented 4 years ago

I use postgresql. I have DB with some schemas: public, transit, log, debug. I use Laravel. I define schema via .env file: DB_SCHEMA=transit

To create valid sql i need to use write schema in each load function: $etl->load('insert_update', 'transit.user2')

ecourtial commented 4 years ago

Hi @Ar2r . We forked the library here and we fixed some issues and added some features. The changelog is available here. Our objective is to keep this great library alive. If you find any bug or want to contribute to keep the package alive, do not hesitate!