Skip to content

Commit 1927a70

Browse files
authored
Update README.md
1 parent 56f87a0 commit 1927a70

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ English | [简体中文](./README-zh_CN.md)
1515

1616
dt-sql-parser is a **SQL Parser** project built with [ANTLR4](https://github.com/antlr/antlr4), and it's mainly for the **BigData** field. The [ANTLR4](https://github.com/antlr/antlr4) generated the basic Parser, Visitor, and Listener, so it's easy to complete the **syntax validation**, **tokenizer**, **traverse** the AST, and so on features.
1717

18-
Additionally, it provides auxiliary functions such as SQL splitting and code completion.
18+
Additionally, it provides auxiliary functions such as **SQL splitting** and **code completion**.
1919

2020
**Supported SQL**:
2121

@@ -29,15 +29,15 @@ Additionally, it provides auxiliary functions such as SQL splitting and code com
2929

3030
**Supported auxiliary methods**
3131

32-
| SQL Type | SQL Split | Code-Completion |
33-
| ----------- | -------- | -------- |
34-
| Generic SQL | WIP | WIP |
35-
| Flink SQL |||
36-
| Spark SQL |||
37-
| Hive SQL |||
38-
| PL/SQL | WIP | WIP |
39-
| Postgre SQL | WIP | WIP |
40-
| Trino SQL |||
32+
| SQL Type | SQL Spliting | Code Completion |
33+
| ----------- | ------------ | --------------- |
34+
| Generic SQL | WIP | WIP |
35+
| Flink SQL | | |
36+
| Spark SQL | | |
37+
| Hive SQL | | |
38+
| PL/SQL | WIP | WIP |
39+
| Postgre SQL | WIP | WIP |
40+
| Trino SQL | | |
4141

4242
>Tips: This project is the default for Javascript language, also you can try to compile it to other languages if you need.
4343

0 commit comments

Comments
 (0)