1 repository
Issuing SQL statements against tables and retrieving result sets through a programmatic interface designed for scripting environments.
Distinct from SQL Query Executions: Distinct from SQL Query Executions: focuses on SQL execution from scripting environments like MySQL Shell, not REST-based execution.
Explore 1 awesome GitHub repository matching development tools & productivity · Scripting Environment SQL Executions. Refine with filters or upvote what's useful.
AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en
Issues SQL statements against tables through a programmatic interface for scripting environments.