astexplorer icon indicating copy to clipboard operation
astexplorer copied to clipboard

Add new SQL parser: pgsql-ast-parser

Open nene opened this issue 3 years ago • 0 comments

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 avatar Nov 30 '22 16:11 nene