An open API service indexing awesome lists of open source software.

https://github.com/pyramation/pg-ast-sandbox


https://github.com/pyramation/pg-ast-sandbox

Last synced: over 1 year ago
JSON representation

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
```