65db533578
PostgreSQL Languages AST and statements prettifier Exposes the parse tree of a PostgreSQL statement (extracted by the almost standard PG parser repackaged as a standalone static library by libpg_query) as set of interconnected nodes, usually called an abstract syntax tree. WWW: https://github.com/lelit/pglast PR: 234855 Submitted by: Adam Wolk <a.wolk@fudosecurity.com>
7 lines
313 B
Text
7 lines
313 B
Text
PostgreSQL Languages AST and statements prettifier
|
|
|
|
Exposes the parse tree of a PostgreSQL statement (extracted by the almost
|
|
standard PG parser repackaged as a standalone static library by libpg_query)
|
|
as set of interconnected nodes, usually called an abstract syntax tree.
|
|
|
|
WWW: https://github.com/lelit/pglast
|