scone

module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2024 License: MIT

README

scone

Analyze SQL in source code.

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.

Directories

Path Synopsis
cmd
scone command
internal
io
sql

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL