Add new SQL parser: pgsql-ast-parser by nene · Pull Request #682 · fkling/astexplorer
Navigation Menu
{{ message }}
fkling / astexplorer Public
- Notifications You must be signed in to change notification settings
- Fork 775
Open
Add new SQL parser: pgsql-ast-parser#682
nene wants to merge 2 commits intofkling:masterfrom
Add new SQL parser: pgsql-ast-parser#682
nene wants to merge 2 commits intofkling:masterfrom
Conversation
Copy link
Contributor
nene
commented
Nov 30, 2022
nene
commented
Although it doesn't support full PostgreSQL syntax, this is to my knowledge the best available PostgreSQL parser in JavaScript. It is used to implement in in-memory PostgreSQL database, so I'd expect it to be relatively solid with regards to the subset of syntax it does support.
nene added 2 commits
November 30, 2022 18:17
nene
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment