File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 parser-tests :
8- runs-on : ${{ matrix.os }}
9- strategy :
10- matrix :
11- os : [ubuntu-latest, windows-latest, macos-latest]
12-
8+ runs-on : ubuntu-latest
139 steps :
1410 - name : checkout
1511 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1111 <a href =" https://www.npmjs.com/package/pgsql-parser " ><img height =" 20 " src =" https://img.shields.io/npm/dt/pgsql-parser " ></a >
1212 <a href =" https://www.npmjs.com/package/pgsql-parser " ><img height =" 20 " src =" https://img.shields.io/npm/dw/pgsql-parser " /></a >
1313 <a href =" https://github.com/launchql/pgsql-parser/blob/main/LICENSE-MIT " ><img height =" 20 " src =" https://img.shields.io/badge/license-MIT-blue.svg " /></a >
14- <a href =" https://www.npmjs.com/package/pgsql-parser " ><img height =" 20 " src =" https://img.shields.io/github/package-json/v/launchql/pgsql-parser?filename=packages%2Fparser%2Fpackage.json " /></a ><br />
15- <a href =" https://github.com/launchql/pgsql-parser/actions/workflows/run-tests.yaml " ><img height =" 20 " src =" https://img.shields.io/badge/macOS-available-333333?logo=apple&logoColor=white " /></a >
16- <a href =" https://github.com/launchql/pgsql-parser/actions/workflows/run-tests.yaml " ><img height =" 20 " src =" https://img.shields.io/badge/Windows-available-333333?logo=windows&logoColor=white " /></a >
17- <a href =" https://github.com/launchql/pgsql-parser/actions/workflows/run-tests.yaml " ><img height =" 20 " src =" https://img.shields.io/badge/Linux-available-333333?logo=linux&logoColor=white " /></a >
14+ <a href =" https://www.npmjs.com/package/pgsql-parser " ><img height =" 20 " src =" https://img.shields.io/github/package-json/v/launchql/pgsql-parser?filename=packages%2Fparser%2Fpackage.json " /></a >
1815</p >
1916
2017The real PostgreSQL parser for Node.js, ` pgsql-parser ` provides symmetric parsing and deparsing of SQL statements using the actual [ PostgreSQL parser] ( https://github.com/pganalyze/libpg_query ) . It allows you to parse SQL queries into AST and modify or reconstruct SQL queries from the AST.
Original file line number Diff line number Diff line change 1111 <a href =" https://www.npmjs.com/package/pgsql-parser " ><img height =" 20 " src =" https://img.shields.io/npm/dt/pgsql-parser " ></a >
1212 <a href =" https://www.npmjs.com/package/pgsql-parser " ><img height =" 20 " src =" https://img.shields.io/npm/dw/pgsql-parser " /></a >
1313 <a href =" https://github.com/launchql/pgsql-parser/blob/main/LICENSE-MIT " ><img height =" 20 " src =" https://img.shields.io/badge/license-MIT-blue.svg " /></a >
14- <a href =" https://www.npmjs.com/package/pgsql-parser " ><img height =" 20 " src =" https://img.shields.io/github/package-json/v/launchql/pgsql-parser?filename=packages%2Fparser%2Fpackage.json " /></a ><br />
15- <a href =" https://github.com/launchql/pgsql-parser/actions/workflows/run-tests.yaml " ><img height =" 20 " src =" https://img.shields.io/badge/macOS-available-333333?logo=apple&logoColor=white " /></a >
16- <a href =" https://github.com/launchql/pgsql-parser/actions/workflows/run-tests.yaml " ><img height =" 20 " src =" https://img.shields.io/badge/Windows-available-333333?logo=windows&logoColor=white " /></a >
17- <a href =" https://github.com/launchql/pgsql-parser/actions/workflows/run-tests.yaml " ><img height =" 20 " src =" https://img.shields.io/badge/Linux-available-333333?logo=linux&logoColor=white " /></a >
14+ <a href =" https://www.npmjs.com/package/pgsql-parser " ><img height =" 20 " src =" https://img.shields.io/github/package-json/v/launchql/pgsql-parser?filename=packages%2Fparser%2Fpackage.json " /></a >
1815</p >
1916
2017The real PostgreSQL parser for Node.js, ` pgsql-parser ` provides symmetric parsing and deparsing of SQL statements using the actual [ PostgreSQL parser] ( https://github.com/pganalyze/libpg_query ) . It allows you to parse SQL queries into AST and modify or reconstruct SQL queries from the AST.
You can’t perform that action at this time.
0 commit comments