rap2hpoutre / pg-anonymizer

Dump anonymized PostgreSQL database with a NodeJS CLI
https://raph.site
MIT License
223 stars 31 forks source link

feat: new option to read replacements from a file #18

Closed imreACTmd closed 2 years ago

imreACTmd commented 2 years ago

new option to read replacements from a file

'-c' reads the anonymized columns from a file, one line per column

also stop overriding the '\.' line if the first column is anonymized

imreACTmd commented 2 years ago

@rap2hpoutre does this look good to you?