forked from deblan/database-anonymizer
add/update readme
This commit is contained in:
parent
00ba7f4af9
commit
312c92d56f
1 changed files with 5 additions and 4 deletions
|
|
@ -40,12 +40,13 @@ rules:
|
||||||
|
|
||||||
### Exécution
|
### Exécution
|
||||||
|
|
||||||
**Database Anonimize** a besoin de deux paramètres :
|
Pour afficher l'aide, utiliser `-h` :
|
||||||
|
|
||||||
- `--dsn <Le DSN de connexion à la base de données>`
|
```
|
||||||
- `--schema <Le chemin vers le fichier de configuration>`
|
database-anonymizer -h
|
||||||
|
```
|
||||||
|
|
||||||
Exemples :
|
Voici des exemples pour MySQL et PostgreSQL :
|
||||||
|
|
||||||
```
|
```
|
||||||
database-anonymizer --dsn "mysql://username:password@tcp(db_host)/db_name" --schema ./schema.yaml
|
database-anonymizer --dsn "mysql://username:password@tcp(db_host)/db_name" --schema ./schema.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue