https://github.com/pyramation/pg-ast-sandbox
https://github.com/pyramation/pg-ast-sandbox
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyramation/pg-ast-sandbox
- Owner: pyramation
- License: mit
- Created: 2022-06-20T02:53:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T03:05:45.000Z (about 4 years ago)
- Last Synced: 2025-03-13T02:03:52.509Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pg-ast-sandbox
## 0 install
```
git clone git@github.com:pyramation/pg-ast-sandbox.git
cd pg-ast-sandbox
yarn
```
## 1 write SQL
```
vim ./sql/test.sql
```
## 2 run parser
```
yarn test
```
## 3 read AST
```
cat ./sql/test.json
```