Update README.md

This commit is contained in:
Hayden 2023-10-24 15:26:34 +08:00 committed by GitHub
parent 91b7fd24c0
commit 6e9f6aae4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ Additionally, it provides auxiliary functions such as SQL splitting and Auto-Com
**Supported auxiliary methods** **Supported auxiliary methods**
| SQL Type | SQL Split | Auto-Complete | | SQL Type | SQL Split | Code-Completion |
| ----------- | -------- | -------- | | ----------- | -------- | -------- |
| Generic SQL | WIP | WIP | | Generic SQL | WIP | WIP |
| Flink SQL | ✅ | ✅ | | Flink SQL | ✅ | ✅ |
@ -37,7 +37,7 @@ Additionally, it provides auxiliary functions such as SQL splitting and Auto-Com
| Hive SQL | ✅ | ✅ | | Hive SQL | ✅ | ✅ |
| PL/SQL | WIP | WIP | | PL/SQL | WIP | WIP |
| Postgre SQL | WIP | WIP | | Postgre SQL | WIP | WIP |
| Trino SQL | WIP | WIP | | Trino SQL | ✅ | ✅ |
>Tips: This project is the default for Javascript language, also you can try to compile it to other languages if you need. >Tips: This project is the default for Javascript language, also you can try to compile it to other languages if you need.