fix typos in readme #1
1 changed files with 4 additions and 4 deletions
|
|
@ -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**.
|
**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.
|
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
|
delete: true
|
||||||
```
|
```
|
||||||
|
|
||||||
### Exécution
|
### Run
|
||||||
|
|
||||||
To display help, use `-h`:
|
To display help, use `-h`:
|
||||||
|
|
||||||
|
|
@ -56,7 +56,7 @@ database-anonymizer --dsn "postgres://postgres:postgres@localhost:5432/test" --s
|
||||||
|
|
||||||
#### Special fakers
|
#### Special fakers
|
||||||
|
|
||||||
- `"null"` : set `null`
|
- `"null"`: set `null`
|
||||||
- `""` or `"_"`: do nothing
|
- `""` or `"_"`: do nothing
|
||||||
|
|
||||||
#### Others
|
#### Others
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue