scone is a static analysis tool for SQL
Usage:
scone [command]
Available Commands:
callgraph Generate a call graph
genconf Generate configuration file
query List SQL queries
table List tables information from queries
Flags:
--analyze-funcs <package>#<function>#<argument index> The names of functions to analyze additionally. format: <package>#<function>#<argument index>
--config filename configuration filename
-d, --dir string The directory to analyze (default ".")
--filter pattern filter queries by pattern
-h, --help help for scone
--no-color disable colorized output
-p, --pattern string The pattern to analyze (default "./...")
-q, --quiet Silence all output
-v, --verbose count More output per occurrence. (e.g. -vvv)
-V, --version Print version information and quit
Use "scone [command] --help" for more information about a command.