fix typos in readme
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful

This commit is contained in:
Sébastien Helleu 2024-04-06 17:18:25 +02:00
parent f3ce70bf02
commit 3992576fa1

View file

@ -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