Skip to content

Commit 0a1ab2d

Browse files
authored
fix: wrong link (#610)
* fix: wrong link * Update top-open-source-sql-parsers.md
1 parent 3744966 commit 0a1ab2d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/blog/top-open-source-sql-parsers.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This post is maintained by Bytebase, an open-source database DevSecOps tool that
1616
| Update History | Comment |
1717
| -------------- | ---------------- |
1818
| 2025/04/16 | Initial version. |
19+
| 2025/04/21 | Fix wrong link. |
1920

2021
SQL (Structured Query Language) remains the dominant language for database interactions, powering everything from traditional relational databases to modern data warehouses and analytics platforms. Behind the scenes, SQL parsers play a crucial role in interpreting, validating, and processing SQL statements.
2122

@@ -63,11 +64,11 @@ SQL parsers are used in a wide range of applications, including:
6364

6465
## Oracle Parsers
6566

66-
- [tsql-parser](https://github.com/bytebase/tsql-parser). Go-based parser based on the [ANTLR Oracle grammar](https://github.com/antlr/grammars-v4/tree/master/sql/plsql).
67+
- [plsql-parser](https://github.com/bytebase/plsql-parser). Go-based parser based on the [ANTLR Oracle grammar](https://github.com/antlr/grammars-v4/tree/master/sql/plsql).
6768

68-
## SQL Server
69+
## SQL Server Parsers
6970

70-
- [plsql-parser](https://github.com/bytebase/plsql-parser). Go-based parser based on the [ANTLR T-SQL grammar](https://github.com/antlr/grammars-v4/blob/master/sql/tsql).
71+
- [tsql-parser](https://github.com/bytebase/tsql-parser). Go-based parser based on the [ANTLR T-SQL grammar](https://github.com/antlr/grammars-v4/blob/master/sql/tsql).
7172

7273
## General-Purpose Parsers
7374

0 commit comments

Comments
 (0)