Skip to content

A tool for visualizing the Abstract Syntax Tree (AST) of PostgreSQL queries in real-time. With an intuitive editor and real-time parsing, you can explore the structure of your PostgreSQL queries effortlessly.

Notifications You must be signed in to change notification settings

Newbie012/pg-query-ast-explorer

Repository files navigation

pg-query-ast-explorer

A tool for visualizing the Abstract Syntax Tree (AST) of PostgreSQL queries in real-time. With an intuitive editor and real-time parsing, you can explore the structure of your PostgreSQL queries effortlessly.

Example

Demo

Check out the live demo: pg-query-ast-explorer Demo

How It Works

  • PostgreSQL AST Parsing: The tool converts PostgreSQL query strings into an AST, allowing users to explore the structure of their SQL queries.
  • Interactive Editor: Provides a real-time, easy-to-use code editor with syntax highlighting and smooth query visualization.

Tools Used

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

Sponsors

About

A tool for visualizing the Abstract Syntax Tree (AST) of PostgreSQL queries in real-time. With an intuitive editor and real-time parsing, you can explore the structure of your PostgreSQL queries effortlessly.

Resources

Stars

Watchers

Forks