awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

24 مستودعات

Awesome GitHub RepositoriesSQL Query Validators

Tools that verify SQL syntax and type safety against a live database schema during the build process.

Distinct from Compile-Time Validators: Distinct from general compile-time validators: focuses specifically on SQL query-to-schema verification.

Explore 24 awesome GitHub repositories matching testing & quality assurance · SQL Query Validators. Refine with filters or upvote what's useful.

Awesome SQL Query Validators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • kyleconroy/sqlcالصورة الرمزية لـ kyleconroy

    kyleconroy/sqlc

    17,886عرض على GitHub↗

    sqlc is a SQL compiler and code generator that creates type-safe database client code from raw SQL queries. It transforms SQL statements into typed definitions and functions, eliminating the need for manual row mapping between database results and application structures. The tool ensures compile-time safety by validating SQL queries against the database schema before the application is run. This workflow integrates the database schema directly into the application code, deriving types from the underlying SQL definitions to prevent runtime errors. The system utilizes AST-based query analysis

    Verifies that SQL queries are syntactically and structurally correct against the database schema during compilation.

    Go
    عرض على GitHub↗17,886
  • prestodb/prestoالصورة الرمزية لـ prestodb

    prestodb/presto

    16,711عرض على GitHub↗

    Presto is a distributed SQL query engine designed for high-performance analytical processing across heterogeneous data sources. It functions as a data federation platform and massively parallel processing engine, allowing users to execute interactive queries against diverse storage systems without requiring data migration. By mapping remote metadata and structures to a unified relational namespace, it enables seamless cross-platform analysis through a standard SQL interface. The engine distinguishes itself through a pluggable connector architecture and a shared-nothing distributed processing

    Compares results between two query executions to detect regressions or semantic differences by validating output consistency.

    Javabig-datadatahadoop
    عرض على GitHub↗16,711
  • launchbadge/sqlxالصورة الرمزية لـ launchbadge

    launchbadge/sqlx

    16,630عرض على GitHub↗

    This toolkit provides an asynchronous interface for interacting with relational databases, offering a unified driver-agnostic layer for managing connection pools and executing transactions. It is designed to integrate with asynchronous runtimes, enabling non-blocking database operations while maintaining secure, encrypted communication between the application and the database server. The project distinguishes itself through its compile-time validation capabilities, which use procedural macros to inspect SQL syntax and parameter types against a live database schema during the build process. Th

    Verifies SQL syntax and parameter types against a live database schema during compilation to prevent runtime errors.

    Rustasyncawaitmariadb
    عرض على GitHub↗16,630
  • apache/druidالصورة الرمزية لـ apache

    apache/druid

    14,020عرض على GitHub↗

    Apache Druid is a real-time analytics database and distributed columnar time-series store designed for sub-second analytical queries. It functions as a data platform featuring a distributed SQL query engine and a real-time data ingestion system for moving historical and streaming data from external sources. The system is distinguished by its ability to provide low-latency analytics under high concurrency to power operational dashboards. It implements a Kerberos-secured environment for user authentication and employs a shared-nothing cluster architecture to enable horizontal scaling. The plat

    Compares current SQL output against stored result sets to ensure data consistency across versions.

    Javadruid
    عرض على GitHub↗14,020
  • ccgus/fmdbالصورة الرمزية لـ ccgus

    ccgus/fmdb

    13,851عرض على GitHub↗

    fmdb is an object-oriented SQLite database library and persistence layer for native macOS and iOS environments. It provides an Objective-C wrapper that encapsulates the low-level C API, allowing applications to manage local relational data storage and embedded database connections through a high-level interface. The library focuses on thread-safe database access by synchronizing operations across multiple threads using serialized queues to prevent data corruption and race conditions. It includes specialized capabilities for secure local storage, such as database encryption and the management

    Checks if a SQL statement is syntactically correct without executing it against the database.

    Objective-C
    عرض على GitHub↗13,851
  • dbt-labs/dbt-coreالصورة الرمزية لـ dbt-labs

    dbt-labs/dbt-core

    13,051عرض على GitHub↗

    dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d

    Analyzes SQL code during development to identify syntax errors and dialect-specific issues before execution.

    Rustanalyticsbusiness-intelligencedata-modeling
    عرض على GitHub↗13,051
  • vibrantlabsai/ragasالصورة الرمزية لـ vibrantlabsai

    vibrantlabsai/ragas

    12,659عرض على GitHub↗

    Ragas is an evaluation framework designed to measure the performance of retrieval-augmented generation pipelines and autonomous agent workflows. It provides a comprehensive suite of tools for benchmarking system outputs, utilizing language models as automated judges to score performance against defined rubrics and reference data. By standardizing inputs, retrieved contexts, and generated responses into a unified schema, the project enables consistent analysis across complex AI applications. The framework distinguishes itself through its ability to generate synthetic test datasets from existin

    Validates the accuracy of generated SQL queries by comparing their output against ground truth results.

    Pythonevaluationllmllmops
    عرض على GitHub↗12,659
  • stephencelis/sqlite.swiftالصورة الرمزية لـ stephencelis

    stephencelis/SQLite.swift

    10,167عرض على GitHub↗

    SQLite.swift is a type-safe Swift wrapper and object-relational mapping layer that provides a bridge for interacting with SQLite databases. It functions as a database driver that allows for embedded database management and local data persistence within Swift applications. The project distinguishes itself through a type-safe expression builder that verifies SQL statement syntax and intent at compile time. It includes specialized support for high-performance text matching via full-text search integration and provides mechanisms for securing sensitive data through database encryption. The libra

    Verifies SQL statement syntax and intent at compile time to prevent runtime database errors.

    Swift
    عرض على GitHub↗10,167
  • cookiey/yearningالصورة الرمزية لـ cookieY

    cookieY/Yearning

    8,952عرض على GitHub↗

    Yearning is a MySQL SQL audit platform and database change management system. It provides a governance framework for reviewing, approving, and auditing SQL statements executed against MySQL databases. The platform features an AI-powered SQL optimizer that suggests performance improvements and converts natural language requests into executable SQL code. It manages database changes through an approval-based workflow engine that includes automated rollback generation and rule-based syntax validation. The system covers role-based access control, security compliance with multi-factor authenticati

    Automatically evaluates SQL statements against predefined rules to ensure adherence to security and coding standards.

    Godevopsgogolang
    عرض على GitHub↗8,952
  • pretzelhammer/rust-blogالصورة الرمزية لـ pretzelhammer

    pretzelhammer/rust-blog

    8,318عرض على GitHub↗

    This project is an educational blog and learning resource dedicated to the Rust programming language. It provides a collection of curated guides, technical articles, and structured learning paths designed to teach language fundamentals, concurrency, and systems programming. The repository distinguishes itself by offering practical implementation tutorials for complex systems. This includes detailed guides on compiler development—specifically translating source code into targets such as ARM64, x86_64, LLVM IR, and WebAssembly—as well as networking examples for building multithreaded chat serve

    Shows how to verify that SQL queries are syntactically and semantically valid during the compilation process.

    Rustblogbloggingrust
    عرض على GitHub↗8,318
  • anthropics/knowledge-work-pluginsالصورة الرمزية لـ anthropics

    anthropics/knowledge-work-plugins

    7,583عرض على GitHub↗

    This project is a plugin framework and agentic workflow library designed to connect large language models to professional toolstacks. It provides a system for integrating language models with external data warehouses, CRMs, and other enterprise software to retrieve and manipulate real-time business data. The framework enables the automation of specialized professional tasks through a file-based plugin definition system. It allows for the customization of domain expertise and plugin behavior to align with internal company processes, supported by an enterprise data connector that links models t

    Performs quality assurance checks on data analyses to verify methodology and accuracy before final delivery.

    Python
    عرض على GitHub↗7,583
  • sqldelight/sqldelightالصورة الرمزية لـ sqldelight

    sqldelight/sqldelight

    6,827عرض على GitHub↗

    SQLDelight is a Kotlin database library that validates SQL schema, statements, and migrations at compile time, generating type-safe Kotlin query functions from labeled SQL files. It treats SQL as the source of truth for database definitions, catching schema errors during the build process before they reach production. The library supports multiple database dialects including SQLite, MySQL, PostgreSQL, HSQL, and H2, and generates platform-specific code for Android, iOS, JVM, and JavaScript targets. It provides a platform-specific driver abstraction that handles database connectivity difference

    Validates SQL syntax and type safety against a live database schema during the build process.

    Kotlinkotlin-multiplatformsqlsqldelight
    عرض على GitHub↗6,827
  • jooq/jooqالصورة الرمزية لـ jOOQ

    jOOQ/jOOQ

    6,666عرض على GitHub↗

    jOOQ is a type-safe SQL query builder for Java that generates code from live database schemas, enabling compile-time validation of SQL syntax and data types. Its core identity is built around a fluent DSL that mirrors SQL structure, a code generator that maps tables, views, and routines to Java objects, and a multi-dialect engine that translates the same DSL into vendor-specific SQL for over 30 databases. The project also includes a SQL parser and transformer for refactoring or dialect conversion, reactive stream integration for non-blocking query execution, and a JDBC proxy diagnostics tool f

    Rejects malformed query chains like missing ON clauses or mismatched subselect degrees during compilation.

    Javacode-generatordatabasedb2
    عرض على GitHub↗6,666
  • lukemathwalker/zero-to-productionالصورة الرمزية لـ LukeMathWalker

    LukeMathWalker/zero-to-production

    6,486عرض على GitHub↗

    This project is a reference implementation of a production-ready backend API built with Rust and the Actix-Web framework. It serves as a codebase demonstrating the development of a newsletter subscription service, encompassing the management of subscriber sign-ups, email confirmations, and campaign delivery. The project highlights a layered architecture that separates concerns into handler, service, and repository layers. It utilizes an actor-based concurrency model for handling HTTP requests and employs trait-based abstractions to decouple business logic from external dependencies, such as e

    Verifies SQL queries against the live database schema during compilation to catch errors early.

    Rustbookrust
    عرض على GitHub↗6,486
  • data-dog/go-sqlmockالصورة الرمزية لـ DATA-DOG

    DATA-DOG/go-sqlmock

    6,525عرض على GitHub↗

    go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through the standard database/sql/driver interface, eliminating the need for a real database connection. It provides a comprehensive mocking framework that allows developers to define expectations for SQL operations, including queries, executions, prepared statements, and transaction lifecycles, with precise control over the results and errors returned. The library distinguishes itself through its flexible matching and verification capabilities. It supports regex-based or exact SQL

    Validating that SQL queries, arguments, and execution order match expected patterns during automated testing.

    Godatabasegogolang
    عرض على GitHub↗6,525
  • spaceandtimefdn/sxt-proof-of-sqlالصورة الرمزية لـ spaceandtimefdn

    spaceandtimefdn/sxt-proof-of-sql

    5,423عرض على GitHub↗

    هذا المشروع عبارة عن محرك قاعدة بيانات قابل للتحقق يوفر نظام إثبات تشفيري لـ SQL لضمان سلامة المعلومات المخزنة واسترجاعها. يعمل كمخزن بيانات حامل للإثبات يستخدم التزامات تشفيرية لمنع التلاعب بالبيانات وضمان دقة نتائج الاستعلام. يولد النظام إثباتات المعرفة الصفرية (zero-knowledge proofs) لتقديم أدلة رياضية على أن استعلام SQL قد تم تنفيذه بشكل صحيح دون الحاجة إلى إعادة تشغيل العملية بالكامل. يمكن تصدير هذه الإثباتات التشفيرية للتحقق منها على السلسلة، مما يسمح للعقود الذكية أو أطراف ثالثة بالتحقق من نتائج قاعدة البيانات بشكل موثوق. يتضمن المحرك معالج استعلامات SQL تحليلي عالي الأداء قادر على تنفيذ تجميعات وفلاتر معقدة عبر ملايين الصفوف مع أوقات استجابة أقل من ثانية. يحافظ على خط أنابيب استيعاب بيانات آمن ينشئ تجزئات مقاومة للتلاعب أثناء الإدخال لضمان سلامة حالة قاعدة البيانات.

    Validates database query results using cryptographic proofs and commitments for on-chain and off-chain verification.

    Rust
    عرض على GitHub↗5,423
  • digitallyinduced/ihpالصورة الرمزية لـ digitallyinduced

    digitallyinduced/ihp

    5,294عرض على GitHub↗

    ihp هو إطار عمل ويب آمن من حيث الأنواع (type-safe) ومنسق تطبيقات متكامل مصمم لـ PostgreSQL. يعمل كإطار عمل للرسم من جانب الخادم (SSR) وORM آمن من حيث الأنواع يقوم تلقائيًا بإنشاء أنواع السجلات من مخططات SQL لضمان التحقق من الاستعلامات في وقت التجميع. تتميز المنصة بالتحقق من التوجيه، واستعلامات قاعدة البيانات، والقوالب في وقت التجميع لمنع الأعطال في وقت التشغيل. وتنفذ واجهات ويب في الوقت الفعلي باستخدام WebSockets لمزامنة البيانات الفورية وتستخدم الوسائط المتعددة التي يحركها الخادم (server-driven hypermedia) لتصحيح DOM الجزئي. يغطي إطار العمل مجموعة واسعة من الإمكانيات المتكاملة، بما في ذلك إدارة هوية المستخدم مع دعم مفاتيح المرور (passkeys) وOAuth، وطبقة تخزين بيانات كاملة مع عمليات ترحيل آلية، ونظام عرض واجهة مستخدم شامل مع قوالب HTML آمنة من حيث الأنواع. كما يوفر أدوات مدمجة لتطوير واجهة برمجة تطبيقات JSON، وتنفيذ مهام الخلفية غير المتزامنة، والتكامل المالي لبوابات الدفع. تتم إدارة بيئات الإنتاج من خلال نشر NixOS التصريحي للبنية التحتية القابلة للتكرار.

    Verifies SQL syntax and result types against a live development database during the build process.

    Haskellframeworkhacktoberfesthaskell
    عرض على GitHub↗5,294
  • apache/calciteالصورة الرمزية لـ apache

    apache/calcite

    5,139عرض على GitHub↗

    Calcite هو إطار عمل لتحليل وتحسين وترجمة استعلامات SQL إلى جبر علائقي للتنفيذ عبر مصادر بيانات متنوعة. يعمل كمحرك استعلامات متعدد المصادر، ومكتبة لتحليل SQL، ومحسن للجبر العلائقي. يوفر المشروع محرك تحسين قائم على التكلفة يقوم بتحويل خطط الاستعلام المنطقية إلى خطط تنفيذ مادية فعالة باستخدام قواعد قابلة للتوصيل. ويستخدم محولات ترجمة لتحويل طلبات SQL القياسية إلى التنسيقات الأصلية لقواعد البيانات الخارجية وأنظمة المراسلة، مما يتيح اتحاد البيانات عبر أنظمة التخزين غير المتجانسة. يغطي النظام دورة حياة الاستعلام الكاملة، بما في ذلك تحليل SQL والتحقق من المخططات، وترجمة التعبيرات إلى عوامل جبرية، واختيار خطط تنفيذ فعالة. كما يتضمن واجهة سطر أوامر لتنفيذ الاستعلامات وإدارة الاتصالات بمصادر البيانات.

    Provides comprehensive SQL parsing and validation of queries against defined metadata schemas to ensure correctness.

    Java
    عرض على GitHub↗5,139
  • gajus/slonikالصورة الرمزية لـ gajus

    gajus/slonik

    4,910عرض على GitHub↗

    Slonik is a type-safe PostgreSQL client for Node.js that uses tagged template literals to ensure parameters are bound and protected against injection attacks. It provides a framework for connecting applications to PostgreSQL with automatic type checking for queries and database schemas. The project distinguishes itself through a specialized SQL query linter that detects invalid columns and type mismatches by verifying code against a live database schema during the development process. It also includes a high-performance binary bulk data inserter for loading large datasets using native binary

    Ships a specialized SQL query linter that verifies code against a live database schema during development.

    TypeScript
    عرض على GitHub↗4,910
  • spaceandtimefdn/blitzarالصورة الرمزية لـ spaceandtimefdn

    spaceandtimefdn/blitzar

    4,884عرض على GitHub↗

    Blitzar is a verifiable SQL proof engine and cryptographic library designed for verifiable SQL computation. It enables the execution of database queries off-chain while generating zero-knowledge proofs that certify the correctness of the results for on-chain verification. The project distinguishes itself through a GPU-accelerated proof accelerator that offloads heavy cryptographic workloads to graphics processors, reducing the time required for succinct proof generation. It provides high-performance cryptographic primitives for C++ and Rust applications, focusing on elliptic curve operations

    Sends cryptographically verified query results back to smart contracts via callbacks for trustless processing.

    C++cpp20curve25519elliptic-curve-cryptography
    عرض على GitHub↗4,884
السابق12التالي
  1. Home
  2. Testing & Quality Assurance
  3. Validation & Verification
  4. Input Validation
  5. Compile-Time Validators
  6. SQL Query Validators

استكشف الوسوم الفرعية

  • Query Execution Accuracy Validators1 وسم فرعيTools for comparing generated SQL query outputs against ground truth results to verify retrieval correctness. **Distinct from SQL Query Validators:** Distinct from SQL Query Validators: focuses on the accuracy of the result set rather than syntax validation.
  • Query Result Consistency Validators2 وسوم فرعيةTools for comparing query results across different clusters or environments to detect semantic regressions. **Distinct from SQL Query Validators:** Distinct from SQL query validators: focuses on result-set consistency across environments rather than syntax validation.
  • SQL Logic ValidatorsTools for verifying the functional equivalence and correctness of generated database queries. **Distinct from SQL Query Validators:** Distinct from SQL Query Validators: focuses on the functional logic and equivalence of the query rather than syntax.
  • SQL Query VerificationsValidating that SQL queries, arguments, and execution order match expected patterns during automated testing. **Distinct from SQL Query Validators:** Distinct from SQL Query Validators: focuses on runtime verification of query execution order and arguments in tests, not compile-time syntax or schema validation.
  • Schema ValidationVerifying that SQL queries are structurally and semantically correct against a specific database schema. **Distinct from SQL Query Validators:** Distinct from SQL Query Validators by focusing on the semantic verification against a schema rather than just syntax or type safety.