astexplorer
astexplorer copied to clipboard
Add new SQL parser: pgsql-ast-parser
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.