Skip to content

SQL commands not using db scheme #31

@ar2r

Description

@ar2r

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions