Skip to content

Commit

Permalink
docs(#44) Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
borisershov committed Oct 17, 2024
1 parent adbf01d commit 6d4c300
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ To anonymize a database fields you may use a Go template with the [Sprig templat
Additional filter functions:
- `null`: set a field value to `NULL`
- `isNull`: compare a field value with `NULL`
- `drop`: drop whole row. If table has filters for several columns and at least one of them returns drop value, whole row will be skipped during the anonymization process

You may also use the following data in a templates:
- Current table name. Statement: `{{ .TableName }}`
Expand Down Expand Up @@ -504,10 +505,10 @@ It's easy.
## Roadmap

Following features are already in backlog for our development team and will be released soon:
- Global variables with the templated values you may use through the filters for all tables and columns
- Ability to delete tables and rows from faked dump
- Ability to output into log a custom messages. It’s quite useful it order to obtain some generated data like admin passwords, etc
- Support of a big variety of databases
- [x] Global variables with the templated values you may use through the filters for all tables and columns
- [x] Ability to delete tables and rows from faked dump
- [ ] Ability to output into log a custom messages. It’s quite useful it order to obtain some generated data like admin passwords, etc
- [ ] Support of a big variety of databases

## Feedback

Expand Down

0 comments on commit 6d4c300

Please sign in to comment.