awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • apache/hiveAvatar apache

    apache/hive

    6,012Vezi pe 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
    Vezi pe GitHub↗6,012
  • supabase-community/postgres-language-serverAvatar supabase-community

    supabase-community/postgres-language-server

    5,242Vezi pe 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
    Vezi pe GitHub↗5,242
  • embarcadero/dev-cppAvatar Embarcadero

    Embarcadero/Dev-Cpp

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

Explorează sub-etichetele

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