sql_query_analyzer 0.1.1

Static analysis tool for SQL queries with 18 built-in rules for performance, security, and style
Documentation
1
2
3
4
5
6
7
8
9
10
11
trailing_comma = "Never"
brace_style = "SameLineWhere"
struct_field_align_threshold = 20
wrap_comments = true
format_code_in_doc_comments = true
struct_lit_single_line = false
max_width = 99
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
reorder_imports = true
unstable_features = true