You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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')
The text was updated successfully, but these errors were encountered: