awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comब्लॉग
श्रेणियाँ

1 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • supabase-community/postgres-language-serversupabase-community का अवतार

    supabase-community/postgres-language-server

    5,242GitHub पर देखें↗

    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
    GitHub पर देखें↗5,242
  1. Home
  2. Data & Databases
  3. SQL Abstract Syntax Tree Parsing
  4. Syntax Validation
  5. Explain-Based Validation