feat: Include and exclude databases
- Add filters to include and exclude strings - Use filters to include and exclude sessions (user and databases supported) - Add tests to filters and terminator Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
29dbbc5bef
commit
8709ee542b
9 changed files with 553 additions and 53 deletions
|
@ -21,4 +21,12 @@
|
|||
# user1
|
||||
# user2
|
||||
#exclude-users-regex: "(user1|user2)"
|
||||
#include-databases:
|
||||
# db1
|
||||
# db2
|
||||
#include-databases-regex: "(db1|db2)"
|
||||
#exclude-databases:
|
||||
# db1
|
||||
# db2
|
||||
#exclude-databases-regex: "(db1|db2)"
|
||||
#cancel
|
Loading…
Add table
Add a link
Reference in a new issue