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 RepositoriesSQL Static

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.

Awesome SQL Static 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

    Validates column and table types by analyzing execution plans to find runtime errors before execution.

    Rustlanguage-server-protocolpostgres
    Ver en GitHub↗5,242
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Type Checking
  5. SQL Static