Skip to content

Commit 024efae

Browse files
authored
Update README with pgplex information
Added note about pgplex and its related projects.
1 parent 2ef2481 commit 024efae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!NOTE]
2+
> pgplex: Modern Developer Stack for Postgres - [pgconsole](https://github.com/pgplex/pgconsole) · [pgtui](https://github.com/pgplex/pgtui) · [pgschema](https://github.com/pgplex/pgschema) · pgparser
3+
14
# pgparser - Pure Go PostgreSQL Parser
25

36
`pgparser` is a **pure Go** implementation of the PostgreSQL SQL parser. It translates the original PostgreSQL grammar (`gram.y`) into Go using `goyacc`, ensuring **100% compatibility** with the PostgreSQL parse tree structure.

0 commit comments

Comments
 (0)