We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f60268 commit be53da0Copy full SHA for be53da0
1 file changed
README.md
@@ -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