Skip to content

Commit 769da98

Browse files
committed
readme
1 parent 001ad1f commit 769da98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/parser/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<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>
1515
</p>
1616

17-
**NOTE** This is a version of `pgsql-parser` that only contains the parser, for those who don't need deparsing. This is for PG16 only.
17+
**NOTE:** This version of `@pgsql/parser` only contains the parsing functionality, optimized for users who do not require deparsing capabilities. This version is specifically tailored for PostgreSQL 16.
1818

19-
The 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.
19+
The real PostgreSQL parser for Node.js, `@pgsql/parser` offers the ability to parse SQL statements into ASTs using the actual [PostgreSQL parser](https://github.com/pganalyze/libpg_query). It enables users to parse SQL queries into AST format for further manipulation and analysis. Deparsing functionality is (yet) not included in this package.
2020

2121
## Installation
2222

0 commit comments

Comments
 (0)