Skip to content

Commit 4575b8a

Browse files
committed
toc
1 parent 7732017 commit 4575b8a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ npm install pg-proto-parser
4646

4747
### Basic Usage
4848

49+
- [Parse SQL to AST](#parse-sql-to-ast)
50+
- [Convert AST back to SQL](#convert-ast-back-to-sql)
51+
- [Build AST with Types](#build-ast-with-types)
52+
- [Build AST Programmatically](#build-ast-programmatically)
53+
- [Walk/Traverse an AST](#walktraverse-an-ast)
54+
4955
#### Parse SQL to AST
5056
```typescript
5157
import { parse } from 'pgsql-parser';

0 commit comments

Comments
 (0)