The way I imagine this to work is with a flag --exclude that takes a comma-seperated (?) list of strings to exclude the tables you like to exclude. For example:
pg-erd --exclude users,logs foobar_database
Or it would be possible to use the --exclude flag more than once:
pg-erd --exclude users --exclude logs foobar_database
The way I imagine this to work is with a flag
--excludethat takes a comma-seperated (?) list of strings to exclude the tables you like to exclude. For example:Or it would be possible to use the
--excludeflag more than once: