2 مستودعات
Tools that perform static analysis on SQL scripts to detect vulnerabilities, performance bottlenecks, and anti-patterns.
Distinct from SQL Analysis and Linting: The candidates are from awesome-lists or narrow anti-pattern categories; this is a core functional capability of the server.
Explore 2 awesome GitHub repositories matching data & databases · SQL Static Analyzers. 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 SQL scripts to detect security vulnerabilities, performance bottlenecks, and dangerous migration patterns.
Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries
Performs static analysis on SQL queries to detect incompatible features based on the database version.