Update README.md

This commit is contained in:
HSunboy 2018-09-03 17:56:34 +08:00 committed by GitHub
parent bb53905102
commit ef8163db67

View File

@ -71,4 +71,5 @@ console.log(dtSqlParser.parseSyntax("selet * form",'hive'));
``` ```
sql语法解析模块代码来自[nquery](https://github.com/alibaba/nquery/) sql语法解析模块代码来自[nquery](https://github.com/alibaba/nquery/)
hive语法解析模块代码来自[Hue](https://github.com/cloudera/hue) hive语法解析模块代码来自[Hue](https://github.com/cloudera/hue)