Skip to content

Commit 0171fa4

Browse files
author
Tkc
authored
Update README.md
1 parent aa33ce0 commit 0171fa4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

2525
https://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

0 commit comments

Comments
 (0)