lava-oushudb-dt-sql-parser/README.md
2018-07-02 18:01:01 +08:00

8 lines
316 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### dt-sql-parser
本项目用于处理sql目前含有功能
1. 解析sql生成语法树(不支持CREATE等语句具体可以查看`core/astParser`文件)支持单条sql语句
2. 去除sql中的的注释(目前支持--类型注释)
语法解析模块代码来自nquery <http://github.com/alibaba/nquery/>