1 مستودع
Uses database execution plans (EXPLAIN) to perform deep syntax and type validation.
Distinct from Syntax Validation: Uses database engine internal plan insights for validation rather than standard syntax parsing.
Explore 1 awesome GitHub repository matching data & databases · Explain-Based Validation. 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
Performs type checking through explain-based error insights to lint database schemas and migrations.