From 3992576fa19eceb2ad130c9d74d1fd873ce9a839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 6 Apr 2024 17:18:25 +0200 Subject: [PATCH] fix typos in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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