taozhi8833998 / taozhi8833998/node-sql-parser

[Help] AST format documentation

Open
#1,767 4 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PEG.js
Stars
1k
Forks
244
PR merge metrics
No merged PRs in 30d

Description

Apologies if this is already mentioned anywhere, but i dont see the AST nodes documented anywhere i understand node can be recursive.. but there has to be hand full of ast node types with their props defined?
The reason for this question is cause i want to manupilate the AST basically break select join queries of multiple tables into simple select queries for each table with where clause... cant find any documentation around different nodes types and their props.....

Thanks

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no file, test, or entry point, so begin by locating where the parser exposes AST nodes and their properties. Document the supported node types, recursive structure, and properties, then ensure the documentation explains how ASTs represent SELECT and JOIN queries.

Written by the indexing model from the issue text.

Assessment

Tech stack
sql
Domain
documentation
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.