awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesExplain-Based Validation

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.

Awesome Explain-Based Validation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • supabase-community/postgres-language-serverAvatar de supabase-community

    supabase-community/postgres-language-server

    5,242Ver en GitHub↗

    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.

    Rustlanguage-server-protocolpostgres
    Ver en GitHub↗5,242
  1. Home
  2. Data & Databases
  3. SQL Abstract Syntax Tree Parsing
  4. Syntax Validation
  5. Explain-Based Validation