Skip to content

Commit cb74b01

Browse files
committed
docs: update readme with validation features
1 parent d33eab7 commit cb74b01

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,24 @@ Options:
2020
Print version
2121
```
2222

23+
## Features
24+
25+
The tool validates the following main clauses:
26+
27+
- SELECT :heavy_check_mark:
28+
- WITH :heavy_check_mark:
29+
- JOIN :heavy_check_mark:
30+
- INSERT :x:
31+
- UPDATE :x:
32+
- DELETE :x:
33+
34+
Other clauses:
35+
36+
- WHERE :x:
37+
- ORDER BY :x:
38+
- GROUP BY :x:
39+
- HAVING :x:
40+
2341
## Similar work
2442

2543
- <https://github.com/andywer/postguard>

0 commit comments

Comments
 (0)