File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ SET GLOBAL long_query_time = 0;
18
18
```
19
19
20
20
## Database Setting
21
- To set up validation,
21
+ To set up database
22
22
- rename the file ` config.sample.yaml ` to ` config.yaml `
23
23
- modify the yaml settings
24
24
25
25
https://github.com/tkc/sql-dog/blob/master/config.sample.yaml
26
26
27
27
## Validate Setting
28
- To set up validation,
28
+ To set up validation
29
29
- rename the file ` linter.sample.yaml ` to ` linter.yaml `
30
30
- modify the yaml settings
31
31
@@ -48,15 +48,11 @@ $ go run ./cmd/clean/main.go
48
48
### Features
49
49
50
50
- Check if a specific where condition set for a query to the target table.
51
- - Check if the value of the query specified as null to the target table.
52
51
- Check if NOT NUll constraint attached to the target table.
53
52
54
53
## Todo
55
54
56
- - [ ] read sql setting from config file. it's hard-coded now.
57
- - [ ] read yaml validate config and convert validate struct.
58
55
- [ ] read other format query log. ex / http request, text log and other.
59
- - [ ] separate analyzer service depend on report type.
60
56
61
57
## Architecture
62
58
You can’t perform that action at this time.
0 commit comments