You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
4
# pgparser - Pure Go PostgreSQL Parser
2
5
3
6
`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