rwnx / pynonymizer

A universal tool for translating sensitive production database dumps into anonymized copies.
https://pypi.org/project/pynonymizer/
MIT License
101 stars 38 forks source link

mysql: make server config optional #118

Closed rwnx closed 1 year ago

rwnx commented 2 years ago

This is to support usage of local config files (my.cnf) see #108

rwnx commented 2 years ago

There's definitely more context about what options can/should be passed via config file. Maybe we should keep this limited to username/password for now?

https://tomlankhorst.nl/mysql-my-cnf-options-file/

rwnx commented 1 year ago

Postgres support, integration tests have now been added!

balcsida commented 1 year ago

Fixes #108