node-sql-parser
Advanced tools
Comparing version
{ | ||
"name": "node-sql-parser", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "simple node sql parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# GanJiang SQL Parser | ||
[](https://app.codacy.com/app/taozhi8833998/node-sql-parser?utm_source=github.com&utm_medium=referral&utm_content=taozhi8833998/node-sql-parser&utm_campaign=Badge_Grade_Dashboard) | ||
[](https://github.com/taozhi8833998/node-sql-parser) | ||
@@ -10,5 +11,5 @@ [](https://travis-ci.org/taozhi8833998/node-sql-parser) | ||
[](https://img.shields.io/david/taozhi8833998/node-sql-parser) | ||
[](https://snyk.io/test/github/taozhi8833998/node-sql-parser?targetFile=package.json) | ||
[](https://github.com/taozhi8833998/node-sql-parser/issues) | ||
**Parse simple SQL statements into an abstract syntax tree (AST) with the visited tableList and convert it back to SQL.** | ||
@@ -18,5 +19,5 @@ | ||
- support multiple sql statement seperate by semicolon | ||
- support select, delete, update and insert type | ||
- output the table list that the sql visited with the corresponding authority | ||
- support multiple sql statement seperate by semicolon | ||
- support select, delete, update and insert type | ||
- output the table list that the sql visited with the corresponding authority | ||
@@ -37,4 +38,4 @@ ## :rocket: Usage | ||
- get the table list that the sql visited | ||
- the format is **{type}::{dbName}::{tableName}** // type could be select, update, delete or insert | ||
- get the table list that the sql visited | ||
- the format is **{type}::{dbName}::{tableName}** // type could be select, update, delete or insert | ||
@@ -70,3 +71,2 @@ ```javascript | ||
## :kissing_heart: Acknowledgement | ||
@@ -73,0 +73,0 @@ |
Sorry, the diff of this file is too big to display
322233
0.69%11558
0.54%