pgantomizer
pgantomizer copied to clipboard
Anonymize data in your PostgreSQL dabatase with ease
I've tried to run the test with Python 3.7.3, PyYAML 5.1 and got the deprecated warning so I fix with the recommendation from https://msg.pyyaml.org/load
Hi @asgeirrr - I found this tool to be a great starting point in doing some anonymization sweeps of my own. Thanks for the hard work! I did end up...
It'd be great to have in-built support to use faker to generate realistic content
Thank you for your work on this project. I noticed the following when trying this out:- 1) does not appear to cope when using schemas other than public. I tried...
Starting with Psycopg 2.7.4, pscopg2 will have 2 pip packages, one from source and another `psycopg2-binary`. Right now, `pgantomizer` uses binary but that will be removed in 2.8[1]. I'm having...