python3-pglast

PostgreSQL Languages AST and statements prettifier (Python 3)
  https://github.com/lelit/pglast
  0
  no reviews



This is a Python 3 module that 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.

This package installs the library for Python 3.