1 रिपॉजिटरी
Static analysis specifically for procedural PostgreSQL functions and stored procedures.
Distinct from Static Analysis: Existing candidates are general security SAST or generic rule sets, not specific to PL/pgSQL logic.
Explore 1 awesome GitHub repository matching data & databases · PL/pgSQL Static Analysis. 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
Analyzes procedural functions and stored procedures to find logic errors, type mismatches, and security vulnerabilities.