Skip to content

Commit be53da0

Browse files
author
David Freire
committed
docs: add readme
1 parent 4f60268 commit be53da0

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# SQL Shield
2+
3+
Validate raw SQL queries present in your Python codebase against a schema using ```sqlshield```:
4+
5+
```shell
6+
$ sqlshield --help
7+
Usage: sqlshield [OPTIONS]
8+
9+
Options:
10+
-d, --directory <DIRECTORY>
11+
Directory. Defaults to "." (current)
12+
13+
-s, --schema <SCHEMA>
14+
Schema file. Defaults to "schema.sql"
15+
16+
-h, --help
17+
Print help (see a summary with '-h')
18+
19+
-V, --version
20+
Print version
21+
```
22+
23+
## Similar work
24+
25+
- <https://github.com/andywer/postguard>
26+
- <https://github.com/schemasafe>

0 commit comments

Comments
 (0)