We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7732017 commit 4575b8aCopy full SHA for 4575b8a
README.md
@@ -46,6 +46,12 @@ npm install pg-proto-parser
46
47
### Basic Usage
48
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
+
55
#### Parse SQL to AST
56
```typescript
57
import { parse } from 'pgsql-parser';
0 commit comments