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;
1818```
1919
2020## Database Setting
21- To set up validation,
21+ To set up database
2222- rename the file ` config.sample.yaml ` to ` config.yaml `
2323- modify the yaml settings
2424
2525https://github.com/tkc/sql-dog/blob/master/config.sample.yaml
2626
2727## Validate Setting
28- To set up validation,
28+ To set up validation
2929- rename the file ` linter.sample.yaml ` to ` linter.yaml `
3030- modify the yaml settings
3131
@@ -48,15 +48,11 @@ $ go run ./cmd/clean/main.go
4848### Features
4949
5050- 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.
5251- Check if NOT NUll constraint attached to the target table.
5352
5453## Todo
5554
56- - [ ] read sql setting from config file. it's hard-coded now.
57- - [ ] read yaml validate config and convert validate struct.
5855- [ ] read other format query log. ex / http request, text log and other.
59- - [ ] separate analyzer service depend on report type.
6056
6157## Architecture
6258
You can’t perform that action at this time.
0 commit comments