#
anonymized-database
Here are 4 public repositories matching this topic...
A universal tool for translating sensitive production database dumps into anonymized copies.
-
Updated
Feb 6, 2022 - Python
A mysqldump anonymizer
mysql
sql
obfuscator
dump
mysqldump
anonymize
anonymization
sqldump
rgpd
anonymizer
gpdr
anonymized-database
anonymized-data
maskingdb
database-anonymizer
-
Updated
Nov 27, 2021 - C
Remove personal information from MySQL/MariaDB databases and backups.
-
Updated
Nov 25, 2021 - PHP
Improve this page
Add a description, image, and links to the anonymized-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the anonymized-database topic, visit your repo's landing page and select "manage topics."
Hi,
Conversely to the ability to exclude tables from the dump, which gonymizer already wraps,
pg_dumpalso has the ability to specify exactly which tables should be exported:This would be nice at the prototyping phase with gonymizer: just focus on a few tables, don't wait too much on the network.
Cheers