Skip to content

Commit

Permalink
Add example on how to include/exclude an entire table (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo committed Aug 17, 2023
1 parent 990b5dc commit 2837d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Usage of subsetter:
-dst string
Destination database DSN
-exclude value
Query to ignore tables 'users: id = 1', can be used multiple times
Query to ignore tables, can be used multiple times; 'users: id = 123' for a specific user, 'users: 1=1' for all users
-f float
Fraction of rows to copy (default 0.05)
-include value
Query to copy required tables 'users: id = 1', can be used multiple times
Query to copy required tables, can be used multiple times; 'users: id = 123' for a specific user, 'users: 1=1' for all users
-src string
Source database DSN
-v Release information
Expand Down

0 comments on commit 2837d6d

Please sign in to comment.