rheinwerk-verlag / pganonymize

A commandline tool for anonymizing PostgreSQL databases
http://pganonymize.readthedocs.io/
Other
41 stars 26 forks source link

Improvement: Simplified the postgresql CLI connection arguments #24

Closed hkage closed 3 years ago

nurikk commented 3 years ago

It would make more sense to add support for libpg env variables This env variables are also supported by psycopg2

hkage commented 3 years ago

It would make more sense to add support for libpg env variables This env variables are also supported by psycopg2

Good point. That would also be a benefit if using the anonymizer within a Docker container where you pass the connection parameters as environment variables.