Skip to content

Allow to forbid-list tables from generation #90

@vetcher

Description

@vetcher

Sometimes, database contain tables that is not relates to domain itself and are serving as technical information. So we want it to be ignored by jet.
E.g. applied migrations list (https://github.com/pressly/goose creates table goose_db_version)

I propose to add some flag to cli, so generator would ignore tables passed to this flag.

$ jet -ignore="goose_db_version;locks"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions