1 个仓库
Analyzes database execution plans to validate column and table types before execution.
Distinct from Type Checking: Performs type checking specifically for SQL objects via execution plans, not for general programming languages.
Explore 1 awesome GitHub repository matching part of an awesome list · SQL Static. Refine with filters or upvote what's useful.
This project is a Language Server Protocol implementation for PostgreSQL that provides autocompletion, syntax diagnostics, and type checking for SQL and PL/pgSQL. It functions as a database schema validator and a static analysis engine designed to detect security vulnerabilities, performance bottlenecks, and dangerous migration patterns in database scripts. The server differentiates itself by using live database connections to provide schema-aware intelligence, allowing it to verify that tables, columns, and data types actually exist. It performs static analysis on procedural functions to det
Validates column and table types by analyzing execution plans to find runtime errors before execution.