awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesProcedural SQL Execution

Executes procedural code alongside SQL statements for complex data transformations.

Distinct from Procedural Code Conversion: Distinct from Procedural Code Conversion: focuses on executing procedural SQL (PL/SQL, T-SQL) directly, not converting stored procedures to flat SQL.

Explore 3 awesome GitHub repositories matching data & databases · Procedural SQL Execution. Refine with filters or upvote what's useful.

Awesome Procedural SQL Execution GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • apache/hiveAvatar de apache

    apache/hive

    6,012Voir sur GitHub↗

    Apache Hive is a SQL-on-Hadoop data warehouse that enables querying and managing petabytes of data stored in distributed storage such as HDFS and cloud storage services. It provides a familiar SQL interface for batch analytics and reporting, supported by a core set of components including the HiveServer2 Thrift service for remote query execution, the Hive Metastore Service for central metadata management, the Hive ACID Transaction Engine for concurrent read-write operations, and the Hive LLAP Interactive Engine for low-latency analytical processing. The WebHCat REST API offers an HTTP interfac

    Executes procedural SQL code alongside standard queries for complex data transformations.

    Javaapachebig-datadatabase
    Voir sur GitHub↗6,012
  • supabase-community/postgres-language-serverAvatar de supabase-community

    supabase-community/postgres-language-server

    5,242Voir sur 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

    Analyzes procedural code using specialized extensions to identify logic errors and potential bugs.

    Rustlanguage-server-protocolpostgres
    Voir sur GitHub↗5,242
  • embarcadero/dev-cppAvatar de Embarcadero

    Embarcadero/Dev-Cpp

    2,882Voir sur GitHub↗

    Dev-Cpp is a comprehensive development suite that serves as a C++ integrated development environment, a cross-platform application builder, and a visual UI designer. It provides a toolchain for writing, compiling, and debugging native C++ applications on Windows, while offering a framework to create native binaries for desktop, mobile, and IoT devices from a single codebase. The project distinguishes itself by integrating an embedded SQL database engine and a REST API development platform directly into the workflow. It includes an AI-assisted coding tool that leverages large language models t

    Supports complex database operations through the execution of stored procedures, triggers, and ANSI/ISO compliant queries.

    Pascalcppdelphidev-cpp
    Voir sur GitHub↗2,882
  1. Home
  2. Data & Databases
  3. Stored Procedures
  4. Procedural Code Conversion
  5. Procedural SQL Execution

Explorer les sous-tags

  • Procedural Logic InspectionInspects the internal logic of procedural database code to identify bugs and errors. **Distinct from Procedural SQL Execution:** Focuses on logic error detection within procedural code rather than the execution of that code.