Crate sql_query_analyzer

Crate sql_query_analyzer 

Source
Expand description

§SQL Query Analyzer Library

Static analysis library for SQL queries.

Modules§

app
Application logic for the SQL Query Analyzer CLI.
cache
Query caching for improved performance.
cli
config
Configuration loading and management.
error
Error types and constructors for the SQL query analyzer.
llm
LLM provider integrations for AI-powered query analysis.
output
preprocessor
SQL dialect-specific preprocessing.
query
rules
Static analysis rule engine for SQL queries.
schema
Database schema parsing and representation.