# sql-space **Repository Path**: pan-junxian/sql-space ## Basic Information - **Project Name**: sql-space - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-27 - **Last Updated**: 2023-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sql-parser sql-parser 是在[hyrise/sql-parser](https://github.com/hyrise/sql-parser) 基础上修改而来,作为[horsedb](https://github.com/hezhihua/horsedb)的sql解释引擎 新增了如下功能: 1,hyrise的sql-parser 不支持 在创建表的时候同时创建索引, 新增了支持同时创建索引的功能 2,增加支持create database,show databases,show tables 语句