1 repositorio
Tools that validate SQL identifiers to ensure tables and columns are correctly qualified and avoid reserved keywords.
Distinct from Dynamic Column References: Existing candidates cover binary offsets or runtime dynamic references; this is static analysis of SQL object identifiers.
Explore 1 awesome GitHub repository matching data & databases · SQL Object Reference Verifiers. Refine with filters or upvote what's useful.
SQLFluff is a multi-dialect SQL linter, formatter, and style guide enforcer. It functions as a parser and analyzer that converts SQL scripts into structured trees to validate syntax, identify logical components, and enforce consistent capitalization, aliasing, and layout conventions across various database dialects. The system is specifically designed to handle templated SQL, providing the ability to analyze, parse, and lint files containing macros or placeholders. It uses dummy-parameter rendering and source mapping to validate the style and correctness of dynamic code before it is rendered
Ensures column and table references are correctly qualified and do not use reserved keywords.