Go to file
2018-07-03 11:33:53 +08:00
core init 2018-07-02 18:01:01 +08:00
lib add new comment 2018-07-02 19:36:09 +08:00
peg add peg source file 2018-07-03 11:33:53 +08:00
test add peg source file 2018-07-03 11:33:53 +08:00
utils init 2018-07-02 18:01:01 +08:00
.DS_Store add peg source file 2018-07-03 11:33:53 +08:00
.gitignore init 2018-07-02 18:01:01 +08:00
index.js add new comment 2018-07-02 19:36:09 +08:00
package-lock.json add peg source file 2018-07-03 11:33:53 +08:00
package.json add peg source file 2018-07-03 11:33:53 +08:00
README.md add peg source file 2018-07-03 11:33:53 +08:00

dt-sql-parser

本项目用于处理sql目前含有功能

  1. 解析sql生成语法树(不支持CREATE等语句具体可以查看core/astParser文件)支持单条sql语句
  2. 去除sql中的的注释(目前支持--,/**/类型注释)

语法解析模块代码来自nquery