Update README.md

This commit is contained in:
Hayden 2023-11-06 18:09:28 +08:00 committed by GitHub
parent 56f87a0a4a
commit 1927a70f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ English | [简体中文](./README-zh_CN.md)
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.
Additionally, it provides auxiliary functions such as SQL splitting and code completion.
Additionally, it provides auxiliary functions such as **SQL splitting** and **code completion**.
**Supported SQL**:
@ -29,8 +29,8 @@ Additionally, it provides auxiliary functions such as SQL splitting and code com
**Supported auxiliary methods**
| SQL Type | SQL Split | Code-Completion |
| ----------- | -------- | -------- |
| SQL Type | SQL Spliting | Code Completion |
| ----------- | ------------ | --------------- |
| Generic SQL | WIP | WIP |
| Flink SQL | ✅ | ✅ |
| Spark SQL | ✅ | ✅ |