diff --git a/README.md b/README.md index b3b4fea..8229094 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Database Anonimizer +# Database Anonymizer **Database Anonymizer** is a tool written in GO that allows **anonymizing or deleting data from a MySQL or PostgreSQL database**. -It addresses various use cases such as **providing developers with an anonymized copy of a database** or **satisfying the need to anonymize or delete data in accordance with GDPR (General Data Protection Regulation) requirements. data protection)**, depending on the retention periods. defined in the processing register. +It addresses various use cases such as **providing developers with an anonymized copy of a database** or **satisfying the need to anonymize or delete data in accordance with GDPR** (General Data Protection Regulation), depending on the retention periods defined in the processing register. The project includes a vast array of fakers. It also enables data generation via Twig-written templates. You can specify precise rules for each table or global rules applied to all tables in your configuration. @@ -37,7 +37,7 @@ rules: delete: true ``` -### Exécution +### Run To display help, use `-h`: @@ -56,7 +56,7 @@ database-anonymizer --dsn "postgres://postgres:postgres@localhost:5432/test" --s #### Special fakers -- `"null"` : set `null` +- `"null"`: set `null` - `""` or `"_"`: do nothing #### Others