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
·

3 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • apache/hiveAvatar de apache

    apache/hive

    6,012Ver en 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
    Ver en GitHub↗6,012
  • 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

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

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

    Embarcadero/Dev-Cpp

    2,882Ver en 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
    Ver en GitHub↗2,882
  1. Home
  2. Data & Databases
  3. Stored Procedures
  4. Procedural Code Conversion
  5. Procedural SQL Execution

Explorar subetiquetas

  • 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.