Skip to content

Feature Suggestion: Use regex matching for config #4

@agamdua

Description

@agamdua

I noticed that there is an enhancement to the _shouldExclude en route in #3. Specifically, this line.

Would you be open to using something like https://golang.org/pkg/regexp/#Match? I am not completely familiar with Go though; please feel free to advise using a different mechanism.

Specifically, my current use case is to ignore template tables and at the moment I am doing it like:

  "pg_exclude_dbs": ["template0", "template1"],

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